update install script - create dir

This commit is contained in:
Jan-Hendrik Plogmann 2016-10-04 01:25:30 +02:00
parent dd9f2e8072
commit 708c6f96b1

View file

@ -16,6 +16,7 @@ echo "Caution, script don't install a Webserver with PHP and MySQL"
echo "So you have to make up manually if you want to use MySQL support"
boswatchpath=/opt/boswatch
mkdir -p $boswatchpath
for (( i=1; i<=$#; i=$i+2 )); do
t=$((i + 1))