Update 'NGINX-Installer.sh'

This commit is contained in:
bprieshof
2019-02-13 13:02:48 +01:00
parent 67c79c39a9
commit 7b3bc0d4f2

View File

@@ -306,7 +306,7 @@ fi
##---------------## ##---------------##
if [ $nextcloud = 1 ]; then 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 source nextcloud-config.sh
fi fi