From 2513dd7584882505e9e0551d7a5c4e905983efca Mon Sep 17 00:00:00 2001 From: bprieshof Date: Wed, 9 Oct 2019 09:14:01 +0200 Subject: [PATCH] Update 'NGINX-Installer.sh' Added toggle scripts for Netdata & PhpMyAdmin --- NGINX-Installer.sh | 3 +++ 1 file changed, 3 insertions(+) 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 #