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 '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
:
}