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>2021-08-17 16:49:15 +0300
committernachoparker <nacho@ownyourbits.com>2021-08-17 16:49:19 +0300
commitbb720be49022309b6c5233fed8e8f3fccb41fc29 (patch)
treea9ffe478675182b868c6799dc76eb331acf61dd3 /updates
parent9642cf91d4c72274b0a4cfccdcce84ff1340b167 (diff)
build: make sure we clean /.ncp-image in old buildsv1.38.4
Signed-off-by: nachoparker <nacho@ownyourbits.com>
Diffstat (limited to 'updates')
-rw-r--r--updates/1.39.0.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/updates/1.39.0.sh b/updates/1.39.0.sh
index 1d7194e2..689a0d41 100644
--- a/updates/1.39.0.sh
+++ b/updates/1.39.0.sh
@@ -20,6 +20,9 @@ rm "${crontab_tmp}"
## update nc-restore
install_app nc-restore
+## make sure old images clear the ncp-image flag
+rm -f /.ncp-image
+
# docker images only
[[ -f /.docker-image ]] && {
# fix build bug on v1.32.0