From 56f744a161171da24ec3087dfa4d595b96725391 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Fri, 17 Jul 2020 14:31:41 +0200 Subject: [PATCH] Fixed oopsie --- installer.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/installer.sh b/installer.sh index 4ab970a..07f7a7c 100644 --- a/installer.sh +++ b/installer.sh @@ -549,6 +549,10 @@ if curl --retry 2 --retry-delay 1 --output /dev/null --silent --head --fail "$re source <(curl --retry 7 --retry-delay 5 -s "$repo"/raw/branch/"$branch"/CMS/"$CMS"/"$webserv"-conf.sh) fi +if curl --retry 2 --retry-delay 1 --output /dev/null --silent --head --fail "$repo"/raw/branch/"$branch"/CMS/Backend/conf.sh; then + source <(curl --retry 7 --retry-delay 5 -s "$repo"/raw/branch/"$branch"/CMS/Backend/conf.sh) +fi + if curl --retry 2 --retry-delay 1 --output /dev/null --silent --head --fail "$repo"/raw/branch/"$branch"/CMS/Backend/"$webserv"-conf.sh; then source <(curl --retry 7 --retry-delay 5 -s "$repo"/raw/branch/"$branch"/CMS/Backend/"$webserv"-conf.sh) fi