fixed oopsie
This commit is contained in:
@@ -17,8 +17,9 @@ nginxOptions=("Redis:" "Redis caching" OFF)
|
|||||||
|
|
||||||
##Apache
|
##Apache
|
||||||
#CMSList
|
#CMSList
|
||||||
apacheCMSL=("None:" "A plain webserver will be setup." OFF)
|
nginxCMSL=("None:" "A plain webserver will be setup." OFF)
|
||||||
apacheCMSL+=("Wordpress:" "WordPress is a content management system based on PHP." 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
|
#Options
|
||||||
apacheOptions=("Redis:" "Redis caching" OFF)
|
apacheOptions=("Redis:" "Redis caching" OFF)
|
||||||
fi
|
fi
|
||||||
@@ -27,14 +28,14 @@ if [ $IMODE = l ]; then
|
|||||||
webservers=("Nginx" "Apache" "Quit")
|
webservers=("Nginx" "Apache" "Quit")
|
||||||
##Nginx
|
##Nginx
|
||||||
#CMSList
|
#CMSList
|
||||||
nginxCMSL=("Wordpress" "Nextcloud" "None")
|
nginxCMSL=("None" "Wordpress" "Nextcloud")
|
||||||
#Options
|
#Options
|
||||||
nginxOptions=("Redis:")
|
nginxOptions=("Redis:")
|
||||||
|
|
||||||
|
|
||||||
##Apache
|
##Apache
|
||||||
#CMSList
|
#CMSList
|
||||||
apacheCMSL=("Wordpress" "Nextcloud" "None")
|
apacheCMSL=("None" "Wordpress" "Nextcloud")
|
||||||
#Options
|
#Options
|
||||||
apacheOptions=("Redis:")
|
apacheOptions=("Redis:")
|
||||||
fi
|
fi
|
||||||
Reference in New Issue
Block a user