From d612a5a0efa2d7a47e87df210f2b1e8f5059ddd1 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Fri, 4 Sep 2020 11:12:11 +0200 Subject: [PATCH] Fixed oopsie --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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