fixed oopsie

This commit is contained in:
2020-08-28 11:39:26 +02:00
parent 40e23498b2
commit d10dc31713

View File

@@ -17,8 +17,9 @@ nginxOptions=("Redis:" "Redis caching" OFF)
##Apache
#CMSList
apacheCMSL=("None:" "A plain webserver will be setup." OFF)
apacheCMSL+=("Wordpress:" "WordPress is a content management system based on PHP." OFF)
nginxCMSL=("None:" "A plain webserver will be setup." OFF)
nginxCMSL+=("Wordpress:" "WordPress is a content management system based on PHP." OFF)
nginxCMSL+=("Nextcloud:" "Nextcloud is a suite of client-server software for creating and using file hosting services." OFF)
#Options
apacheOptions=("Redis:" "Redis caching" OFF)
fi
@@ -27,14 +28,14 @@ if [ $IMODE = l ]; then
webservers=("Nginx" "Apache" "Quit")
##Nginx
#CMSList
nginxCMSL=("Wordpress" "Nextcloud" "None")
nginxCMSL=("None" "Wordpress" "Nextcloud")
#Options
nginxOptions=("Redis:")
##Apache
#CMSList
apacheCMSL=("Wordpress" "Nextcloud" "None")
apacheCMSL=("None" "Wordpress" "Nextcloud")
#Options
apacheOptions=("Redis:")
fi