From 5ed0d20348397519dabff4e53568e7b0316ed5f4 Mon Sep 17 00:00:00 2001 From: flothi Date: Tue, 22 Nov 2016 00:28:58 +0100 Subject: [PATCH] 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 --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 8b6ff2e..6dc8e15 100644 --- a/install.sh +++ b/install.sh @@ -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))