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-29 17:07:45 +0300
committernachoparker <nacho@ownyourbits.com>2017-05-29 17:55:16 +0300
commit0fba0e45fc0d16b9d3f70de43a891ec220f896fd (patch)
tree6e3aed1fbaf11454ce22e62e48922f00c72c30c1 /remote-update.sh
parentfb0ad989f8a303520a48517025d4fe2cff85464f (diff)
more settings for big uploads
Diffstat (limited to 'remote-update.sh')
-rw-r--r--remote-update.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/remote-update.sh b/remote-update.sh
index d0adb537..55190889 100644
--- a/remote-update.sh
+++ b/remote-update.sh
@@ -26,6 +26,9 @@ cleanup()
rm -rf /var/lib/apt/lists/*
rm -f /home/pi/.bash_history
systemctl disable ssh
+
+ cd /var/www/nextcloud
+ sudo -u www-data php occ config:system:delete trusted_domains 1
}