Merge pull request #172 from flothi/patch-4

Update install.sh
This commit is contained in:
Bastian Schroll 2016-11-22 07:56:39 +01:00 committed by GitHub
commit 7eb1067f8f

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))