From b31ad910a2c43d05dc2dc38b36250c0815749137 Mon Sep 17 00:00:00 2001 From: bprieshof Date: Wed, 13 Feb 2019 12:57:28 +0100 Subject: [PATCH] Update 'NGINX-Installer.sh' --- NGINX-Installer.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NGINX-Installer.sh b/NGINX-Installer.sh index 6a2982b..39258bc 100644 --- a/NGINX-Installer.sh +++ b/NGINX-Installer.sh @@ -315,6 +315,12 @@ require_once(ABSPATH . 'wp-settings.php'); EOF 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 +source nextcloud-config.sh +fi + ##-----------------## # Opcache GUI # ##-----------------##