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-18 03:57:10 +0300
committernachoparker <nacho@ownyourbits.com>2019-01-18 03:57:10 +0300
commit8edfd067e37809e843f4b8a2b127f9acee3bd3a5 (patch)
tree3e653b5359200418af1c28c01bd9d95c6de0db44 /update.sh
parentd0ca44a6fcf1a5426de27f49fd43891d04d0f223 (diff)
update: nc-automount only in non-docker
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/update.sh b/update.sh
index 93dab4a6..dfbf224c 100755
--- a/update.sh
+++ b/update.sh
@@ -199,14 +199,13 @@ cp -r ncp-app /var/www/
rm -f /var/www/nextcloud && \
ln -s /data/nextcloud /var/www/nextcloud
}
-
- # re-enable automount
- is_active_app nc-automount && run_app nc-automount
:
}
# for non docker images
[[ ! -f /.docker-image ]] && {
+ # re-enable automount
+ is_active_app nc-automount && run_app nc-automount
:
}