Skip to content

Commit

Permalink
fixed a typo in installer echo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kidel committed Nov 1, 2017
1 parent 9e266fc commit 795add3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if [ "$NOT_ADMIN" = "1" ]; then
else
echo -e "\033[0;33mAdmin mode\033[0m: bypassing netkit_dw with empty wrapper"
echo -e "\033[0;31mWARNING: unsafe installation, this will create a softlink to /usr/bin/docker as the wrapper.\033[0m"
echo -e "\033[0;31mAlso the software will not work until you set correct permissions to docker (SUID and root user group) or your user is is in the docker group.\033[0m"
echo -e "\033[0;31mAlso the software will NOT work until your user is in the docker group or you set correct permissions to docker (SUID and root).\033[0m"
sudo rm $NETKIT_HOME/wrapper/bin/netkit_dw
sudo ln -s /usr/bin/docker $NETKIT_HOME/wrapper/bin/netkit_dw
fi
Expand Down

0 comments on commit 795add3

Please sign in to comment.