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-07-06 06:45:38 +0300
committernachoparker <nacho@ownyourbits.com>2019-07-06 06:49:18 +0300
commite3cab9b1189682eb11811aa0a3036e5ba1681b37 (patch)
treefc6226b3dcec14e530ee27aca40a0502d669e1d4 /update.sh
parentfa9ddcad8d17b66568ce99771673705ab8c2837e (diff)
update: fix for non docker images
Signed-off-by: nachoparker <nacho@ownyourbits.com>
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/update.sh b/update.sh
index a21a3f31..fe9943d6 100755
--- a/update.sh
+++ b/update.sh
@@ -138,13 +138,13 @@ ncc app:enable nextcloudpi
# update services
cp docker/{lamp/010lamp,nextcloud/020nextcloud,nextcloudpi/000ncp} /etc/services-enabled.d
+}
- # update old images
- ./run_update_history.sh "$UPDATESDIR"
+# update old images
+./run_update_history.sh "$UPDATESDIR"
- # update to the latest NC version
- is_active_app nc-autoupdate-nc && run_app nc-autoupdate-nc
-}
+# update to the latest NC version
+is_active_app nc-autoupdate-nc && run_app nc-autoupdate-nc
exit 0