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 do
case $opt in case $opt in
"Apache") "Apache")
script=temp_filler script=https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/dev/Extra_Domains/Apache_Domain.sh
break;; break;;
"Apache, Nginx reverse proxy") "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;; break;;
"Nginx, PHP-FPM") "Nginx, PHP-FPM")
script=temp_filler script=https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/dev/Extra_Domains/NGINX_Domain.sh
break;; break;;
"Quit") "Quit")
exit;; exit;;
@@ -40,6 +40,17 @@ do
esac esac
done 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 while true; do
read -p "Installeer Wordpress -> yes/no?" yn read -p "Installeer Wordpress -> yes/no?" yn
case $yn in case $yn in