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:
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
##########################################