added vhost install

This commit is contained in:
2019-04-20 16:41:09 +02:00
parent 223a6c5f97
commit fa8d9507c6
9 changed files with 523 additions and 2 deletions
+8 -1
View File
@@ -34,6 +34,13 @@ _cwd="$(pwd)"
. bin/email.sh
. bin/lemp.sh
. bin/mysqlbackup.sh
# . bin/vhost.sh
whie [ "$vh" != "y" ] && [ "$vh" != "n" ]
do
echo -n "Should we install a vhost? [y|n] "
read vh
done
if [ "$vh" = "y" ]; then
. bin/vhost.sh
fi
. bin/zabbix.sh
. bin/urbackup.sh