From 074d031db55500da3b4ae1b9d0a41f755b0beb7e Mon Sep 17 00:00:00 2001 From: age Date: Fri, 21 Oct 2005 14:31:46 +0000 Subject: [PATCH] cb-manage is cbox-manage --- v0.2.1/cbox-tree.d/etc/init.d/cb-hints.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;;