Update 'Extra_Domains/Domain_Installer.sh'

This commit is contained in:
tbergervoet
2018-10-04 12:22:22 +02:00
parent b21fcfc6c8
commit eaecd6b785

View File

@@ -26,13 +26,13 @@ select opt in "${options[@]}"
do
case $opt in
"Apache")
script=temp_filler
script=https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/dev/Extra_Domains/Apache_Domain.sh
break;;
"Apache, Nginx reverse proxy")
script=temp_filler
script=https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/dev/Extra_Domains/RevProxySimple_Domain.sh
break;;
"Nginx, PHP-FPM")
script=temp_filler
script=https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/dev/Extra_Domains/NGINX_Domain.sh
break;;
"Quit")
exit;;
@@ -40,6 +40,17 @@ do
esac
done
while true; do
read -p "Installeer Netdata -> yes/no?" yn
case $yn in
[Yy]* ) netdata=1
break;;
[Nn]* ) netdata=0
break;;
* ) echo "Kies yes of no.";;
esac
done
while true; do
read -p "Installeer Wordpress -> yes/no?" yn
case $yn in