Fixed oopsie

This commit is contained in:
Bram Prieshof
2020-09-04 11:12:11 +02:00
parent a31b1b60e2
commit d612a5a0ef

View File

@@ -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