From ca2d266088546d21b40e82f94ef9403522e7022f Mon Sep 17 00:00:00 2001 From: Florian Date: Fri, 17 Feb 2017 23:46:41 +0100 Subject: [PATCH] Update install.sh Some typo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 61c77be..c4a35eb 100644 --- a/install.sh +++ b/install.sh @@ -185,7 +185,7 @@ echo "BOSWatch is now installed in $boswatchpath/" echo "Installation ready!" tput cup 19 3 echo "Watch out: to run BOSWatch you have to generate and modify the config.ini!" -echo "do the following steps to sucess:" +echo "Do the following steps to have a running version of BOSWatch:" echo "sudo cp $boswatchpath/BOSWatch/config/config.sample.ini $boswatchpath/BOSWatch/config/config.ini" echo "sudo nano $boswatchpath/BOSWatch/config/config.ini" echo "and modify the config as you need. This step is optional if you are upgrading an old version of BOSWatch. "