From adbb03e62fe8c5f614103977a3de0d901c455c2d Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Fri, 11 Sep 2020 14:10:47 +0200 Subject: [PATCH] fixed typo apache config-script --- CoreModules/apache/conf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CoreModules/apache/conf.sh b/CoreModules/apache/conf.sh index a1b8995..1c15571 100644 --- a/CoreModules/apache/conf.sh +++ b/CoreModules/apache/conf.sh @@ -15,7 +15,7 @@ sed -i -e 's/HOSTname/'$hostname'/' /etc/apache2/snippets/apa-backendredir.conf wget -q -t7 "$repo"/raw/"$branchtype"/"$branch"/CoreModules/apache/config/apache2/conf-custom.conf -O /etc/apache2/conf-enabled/zzz-custom.conf #Catch all (ip and unconfigured domains) -wget - -t7 "$repo"/raw/"$branchtype"/"$branch"/CoreModules/apache/config/apache2/site_CatchAll -O /etc/apache2/sites-available/CatchAll.conf +wget -q -t7 "$repo"/raw/"$branchtype"/"$branch"/CoreModules/apache/config/apache2/site_CatchAll -O /etc/apache2/sites-available/CatchAll.conf ln -s /etc/apache2/sites-available/CatchAll.conf /etc/apache2/sites-enabled/999-CatchAll.conf