diff --git a/AppendModule.sh b/AppendModule.sh index be2a2e5..59730bc 100644 --- a/AppendModule.sh +++ b/AppendModule.sh @@ -16,13 +16,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 #Filtering already installed modules