mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-02-10 09:14:25 +01:00
update install script - create dir
This commit is contained in:
parent
dd9f2e8072
commit
708c6f96b1
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue