Fixed oopsie

This commit is contained in:
Bram Prieshof
2020-09-04 13:48:33 +02:00
parent 593e286e48
commit 4e4a39b3a4

View File

@@ -5,7 +5,7 @@
if [ $IMODE = n ]; then
#WebServers
webservers=("Nginx:" "Will install NGINX Webserver." ON)
webservers+=("Nginx_nonphp:" "Will install NGINX Webserver without php-fpm." ON)
webservers+=("Nginx_nonphp:" "Will install NGINX Webserver without php-fpm." OFF)
webservers+=("Apache:" "Will install Apache Webserver." OFF)
##Nginx