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>2019-01-05 20:23:40 +0300
committernachoparker <nacho@ownyourbits.com>2019-01-06 09:30:48 +0300
commit3c135c22a8650ebb325108c9b8c52271dfd413e6 (patch)
tree3f74587d892d8a9861944541b94c125c2cc0bd44 /docker-armhf
parent44b3068873cec52d6b0a58247884bfa7e4637f92 (diff)
ncp-app tweaks
Diffstat (limited to 'docker-armhf')
-rw-r--r--docker-armhf/nextcloudpi/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker-armhf/nextcloudpi/Dockerfile b/docker-armhf/nextcloudpi/Dockerfile
index 7d7dd96c..9b474d79 100644
--- a/docker-armhf/nextcloudpi/Dockerfile
+++ b/docker-armhf/nextcloudpi/Dockerfile
@@ -35,6 +35,7 @@ install_app ncp.sh; \
# fix default paths
sed -i 's|/media/USBdrive|/data/backups|' /usr/local/etc/ncp-config.d/nc-backup.cfg; \
+sed -i 's|/media/USBdrive|/data/backups|' /usr/local/etc/ncp-config.d/nc-backup-auto.cfg; \
# specific cleanup
cd /; rm -r /tmp/ncp-build; \