From d10dc3171371a3ea8e0877ce6797d765d8408145 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Fri, 28 Aug 2020 11:39:26 +0200 Subject: [PATCH] fixed oopsie --- ModulesMenu.list | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ModulesMenu.list b/ModulesMenu.list index b9c882d..fe00cd8 100644 --- a/ModulesMenu.list +++ b/ModulesMenu.list @@ -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 \ No newline at end of file