From 48d20f58503f12c36008fc85718db104017923a4 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Wed, 2 Sep 2020 11:11:44 +0000 Subject: [PATCH] Update 'CoreModules/apache/conf.sh' --- CoreModules/apache/conf.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CoreModules/apache/conf.sh b/CoreModules/apache/conf.sh index 65f9214..f61ac82 100644 --- a/CoreModules/apache/conf.sh +++ b/CoreModules/apache/conf.sh @@ -42,6 +42,10 @@ wget -q -t7 -O - "$repo"/raw/branch/"$branch"/CoreModules/apache/config/apache2/ sed -i -e 's/DOMAINname/'$hostname'/' /etc/apache2/sites-available/Backend_ssl.conf +mkdir -p /opt/toggle +wget -q -t7 "$repo"/raw/branch/"$branch"/Scripts/toggles/toggle-PhpMyAdmin_APACHE.sh -O /opt/toggle/toggle-PhpMyAdmin.sh + + # custom Welcome page echo "$webserv is functioning normally" > /var/www/html/index.html