mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-20 15:20:16 +01:00
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:
parent
20b45bf036
commit
5ed0d20348
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue