From 7b3bc0d4f28ccca50c387628145d9bb1352010a7 Mon Sep 17 00:00:00 2001 From: bprieshof Date: Wed, 13 Feb 2019 13:02:48 +0100 Subject: [PATCH] Update 'NGINX-Installer.sh' --- NGINX-Installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NGINX-Installer.sh b/NGINX-Installer.sh index dc48283..42ded6c 100644 --- a/NGINX-Installer.sh +++ b/NGINX-Installer.sh @@ -306,7 +306,7 @@ fi ##---------------## if [ $nextcloud = 1 ]; then -wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master/config/nextcloud-config.sh -O nextcloud-config.sh +wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master/config/nextcloud/nextcloud-config.sh -O nextcloud-config.sh source nextcloud-config.sh fi