From 455359006095de7666f6287855a6ecd8d19bdfe5 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Thu, 9 Jul 2020 14:31:28 +0200 Subject: [PATCH] Fixed captitals causing errors --- AppendCMS.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/AppendCMS.sh b/AppendCMS.sh index 2c313bc..0486f73 100644 --- a/AppendCMS.sh +++ b/AppendCMS.sh @@ -12,13 +12,13 @@ source <(curl --retry 7 --retry-delay 5 -s "$repo"/raw/branch/"$branch"/ModulesM #Setting Menulist to webserver if [[ $webserv = "apache" ]]; then #Apache Menulist -CMSL=("${ApacheCMSL[@]}") -options=("${ApacheOptions[@]}") +CMSL=("${apacheCMSL[@]}") +options=("${apacheOptions[@]}") fi if [[ $webserv = "nginx" ]]; then #Nginx Menulist -CMSL=("${NginxCMSL[@]}") -options=("${NginxOptions[@]}") +CMSL=("${nginxCMSL[@]}") +options=("${nginxOptions[@]}") fi