diff --git a/v0.2.1/cbox-tree.d/etc/init.d/cb-hints.sh b/v0.2.1/cbox-tree.d/etc/init.d/cb-hints.sh index 46e0ca2..6875f75 100755 --- a/v0.2.1/cbox-tree.d/etc/init.d/cb-hints.sh +++ b/v0.2.1/cbox-tree.d/etc/init.d/cb-hints.sh @@ -9,7 +9,7 @@ case "$1" in echo echo "Hints for usage: " echo " * you can not login here :)" - echo " * point a webbrowser on another computer to 'http://$(/usr/lib/cryptobox/cb-manage.sh get_current_ip)'" + echo " * point a webbrowser on another computer to 'http://$(/usr/lib/cryptobox/cbox-manage.sh get_current_ip)'" echo " * configure your box via your webbrowser" echo ;;