diff --git a/NGINX-Installer.sh b/NGINX-Installer.sh index ca3b063..9839466 100644 --- a/NGINX-Installer.sh +++ b/NGINX-Installer.sh @@ -61,6 +61,9 @@ wget -q -t7 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master sed -i -e 's/DOMAINname/'$hostname'/' -e 's/PHPver/'$phpver'/' /etc/nginx/sites-available/Backend ln -s /etc/nginx/sites-available/Backend /etc/nginx/sites-enabled/ +mkdir -p /opt/toggle +wget -q -t7 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master/Modules/BackendToggle-Scripts/toggle-Netdata_NGINX.sh -O /opt/toggle/toggle-Netdata.sh +wget -q -t7 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master/Modules/BackendToggle-Scripts/toggle-PhpMyAdmin.sh -O /opt/toggle/toggle-PhpMyAdmin.sh ##---------## # PHP #