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