From bb4c693ce57016544f5eca6a091e0a8b9390d3db Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Wed, 29 Apr 2020 12:03:35 +0200 Subject: [PATCH] Update 'CoreModules/nginx/conf.sh' --- CoreModules/nginx/conf.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CoreModules/nginx/conf.sh b/CoreModules/nginx/conf.sh index 96f3801..a1edae9 100644 --- a/CoreModules/nginx/conf.sh +++ b/CoreModules/nginx/conf.sh @@ -22,8 +22,8 @@ sed -i -e 's/DOMAINname/'$hostname'/' /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_NGINX.sh -O /opt/toggle/toggle-PhpMyAdmin.sh +wget -q -t7 "$repo"/raw/branch/"$branch"/Scripts/toggles/toggle-Netdata_NGINX.sh -O /opt/toggle/toggle-Netdata.sh +wget -q -t7 "$repo"/raw/branch/"$branch"/Scripts/toggles/toggle-PhpMyAdmin_NGINX.sh -O /opt/toggle/toggle-PhpMyAdmin.sh # custom Welcome page echo "$webserv is functioning normally" > /var/www/html/index.html