Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2017-05-22 19:54:43 +0300
committernachoparker <nacho@ownyourbits.com>2017-05-23 19:36:16 +0300
commit0479dbbea887698f0632967ed28e05a8d7d78405 (patch)
treea730c26f0e20fa2e70e6a0b6b176e824525b0895 /nextcloudpi.sh
parent7eaedb4e8c02dabbe55e575512062793e1ba1955 (diff)
add NC12v0.11.0
Diffstat (limited to 'nextcloudpi.sh')
-rw-r--r--nextcloudpi.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nextcloudpi.sh b/nextcloudpi.sh
index ee402952..4147ac84 100644
--- a/nextcloudpi.sh
+++ b/nextcloudpi.sh
@@ -71,7 +71,7 @@ IP=$( ip a | grep "global $IFACE" | grep -oP '\d{1,3}(.\d{1,3}){3}' | head -1 )
cd /var/www/nextcloud
sudo -u www-data php occ config:system:set trusted_domains 1 --value=$IP
EOF
- systemctl enable nextcloud-domain
+ systemctl enable nextcloud-domain # make sure this is called on last re-boot
# NEXTCLOUDPI UPDATES
##########################################