From 708c6f96b155307c5817cba0d7276ab3f2d70fa4 Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Plogmann Date: Tue, 4 Oct 2016 01:25:30 +0200 Subject: [PATCH] update install script - create dir --- install_dev.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install_dev.sh b/install_dev.sh index 724f6a9..228412c 100644 --- a/install_dev.sh +++ b/install_dev.sh @@ -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))