diff --git a/installer.sh b/installer.sh index 8591c49..8401da3 100644 --- a/installer.sh +++ b/installer.sh @@ -372,7 +372,7 @@ echo 'SelectedOptions=('$option')' > /etc/ICTM/selopts.list option="${option,,}" && option="${option// /}" && option="${option//:/ }" && option="${option//'"'}" #enableing modules wanted by webserver -if curl --retry 2 --retry-delay 1 --output /dev/null --silent --head --fail "$repo"/raw/branch/"$branch"/CoreModules/"$webserv"/conf.sh; then +if curl --retry 2 --retry-delay 1 --output /dev/null --silent --head --fail "$repo"/raw/branch/"$branch"/CoreModules/"$webserv"/reqmodules.sh; then source <(curl --retry 7 --retry-delay 5 -s "$repo"/raw/branch/"$branch"/CoreModules/"$webserv"/reqmodules.sh) fi