Update 'Main-Installer.sh'
This commit is contained in:
@@ -21,14 +21,14 @@ echo "Administrator email:"
|
||||
read email
|
||||
echo "Webserver:"
|
||||
PS3='Keuze:'
|
||||
options=("Apache" "Apache, Nginx reverse proxy" "Nginx reverse proxy" "Nginx, PHP-FPM" "Quit")
|
||||
options=("Apache" "Nginx reverse proxy, webserver" "Nginx reverse proxy" "Nginx, PHP-FPM" "Quit")
|
||||
select opt in "${options[@]}"
|
||||
do
|
||||
case $opt in
|
||||
"Apache")
|
||||
script=https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/dev/Apache-Installer.sh
|
||||
break;;
|
||||
"Apache, Nginx reverse proxy")
|
||||
"Nginx reverse proxy, webserver")
|
||||
script=https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/dev/RevProxyAdvanced.sh
|
||||
break;;
|
||||
"Nginx reverse proxy")
|
||||
|
||||
Reference in New Issue
Block a user