Update install.sh

Adding 1 LOC: preset of var reboot as false to prevent errors caused by checking in l. 135 - variable is set only if arg is given which is the reason for the error
This commit is contained in:
flothi 2016-11-22 00:28:58 +01:00 committed by GitHub
parent 20b45bf036
commit 5ed0d20348

View file

@ -16,6 +16,7 @@ echo "So you have to make up manually if you want to use MySQL support"
boswatchpath=/opt/boswatch
mkdir -p $boswatchpath
reboot=false
for (( i=1; i<=$#; i=$i+2 )); do
t=$((i + 1))