Fixed captitals causing errors
This commit is contained in:
@@ -16,13 +16,13 @@ source <(curl --retry 7 --retry-delay 5 -s "$repo"/raw/branch/"$branch"/ModulesM
|
|||||||
#Setting Menulist to webserver
|
#Setting Menulist to webserver
|
||||||
if [[ $webserv = "apache" ]]; then
|
if [[ $webserv = "apache" ]]; then
|
||||||
#Apache Menulist
|
#Apache Menulist
|
||||||
CMSL=("${ApacheCMSL[@]}")
|
CMSL=("${apacheCMSL[@]}")
|
||||||
options=("${ApacheOptions[@]}")
|
options=("${apacheOptions[@]}")
|
||||||
fi
|
fi
|
||||||
if [[ $webserv = "nginx" ]]; then
|
if [[ $webserv = "nginx" ]]; then
|
||||||
#Nginx Menulist
|
#Nginx Menulist
|
||||||
CMSL=("${NginxCMSL[@]}")
|
CMSL=("${nginxCMSL[@]}")
|
||||||
options=("${NginxOptions[@]}")
|
options=("${nginxOptions[@]}")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#Filtering already installed modules
|
#Filtering already installed modules
|
||||||
|
|||||||
Reference in New Issue
Block a user