From 9397372545ce2df9b12dc3c30053db0ff1cf92a6 Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Sat, 18 Feb 2017 10:49:41 +0100 Subject: [PATCH] rename sample to template --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index c4a35eb..b88cee8 100644 --- a/install.sh +++ b/install.sh @@ -186,7 +186,7 @@ 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 have a running version of BOSWatch:" -echo "sudo cp $boswatchpath/BOSWatch/config/config.sample.ini $boswatchpath/BOSWatch/config/config.ini" +echo "sudo cp $boswatchpath/BOSWatch/config/config.template.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. " @@ -195,4 +195,3 @@ tput cnorm if [ $reboot = "true" ]; then /sbin/reboot fi -