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-08-31 09:45:56 +0300
committernachoparker <nacho@ownyourbits.com>2017-09-02 00:32:16 +0300
commit009c82e6cfb82cc40c49a9e253fe41bbbf779b13 (patch)
tree8213b20f68cfbe2941013eef540ec95a379bfb02 /remote-update.sh
parentcfc759969a9f0afdde35689e7185d49533e6c78f (diff)
shellcheck style fixesv0.24.12
Diffstat (limited to 'remote-update.sh')
-rw-r--r--remote-update.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/remote-update.sh b/remote-update.sh
index 21b525e2..03def133 100644
--- a/remote-update.sh
+++ b/remote-update.sh
@@ -26,8 +26,7 @@ cleanup()
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
+ sudo -u www-data php /var/www/nextcloud/occ config:system:delete trusted_domains 1
}