diff --git a/ModulesMenu.list b/ModulesMenu.list index e067d85..b9c882d 100644 --- a/ModulesMenu.list +++ b/ModulesMenu.list @@ -13,17 +13,14 @@ 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 -nginxOptions=("Option 1:" "Option 1 Desription" OFF) -nginxOptions+=("Option 2:" "Option 2 Desription" OFF) -nginxOptions+=("Option 3:" "Option 3 Desription" OFF) +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) #Options -apacheOptions=("Option 1:" "Option 1 Desription" OFF) -apacheOptions+=("Option 2: " "Option 2 Desription" OFF) +apacheOptions=("Redis:" "Redis caching" OFF) fi if [ $IMODE = l ]; then #WebServers @@ -32,12 +29,12 @@ webservers=("Nginx" "Apache" "Quit") #CMSList nginxCMSL=("Wordpress" "Nextcloud" "None") #Options -nginxOptions=("Ngx Option 1:" "Ngx Option 2:" "Ngx Option 3:") +nginxOptions=("Redis:") ##Apache #CMSList apacheCMSL=("Wordpress" "Nextcloud" "None") #Options -apacheOptions=("Apa Option 1:" "Apa Option 2:" "Apa Option 3:") +apacheOptions=("Redis:") fi \ No newline at end of file