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>2017-10-30 04:09:57 +0300
committernachoparker <nacho@ownyourbits.com>2017-10-30 04:10:24 +0300
commit6fdb761789f918138a6cba4213238f3eda695fb1 (patch)
tree2560af5fa2d410c8933ad6b6aad997b640b1cd37
parent447585d2b515124301b2ea0ba8de4c36ee7e87fe (diff)
build: check ncp-launcher existence for old imagesv0.31.26
-rw-r--r--changelog.md4
-rwxr-xr-xupdate.sh3
2 files changed, 5 insertions, 2 deletions
diff --git a/changelog.md b/changelog.md
index ce028034..6a8ae608 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,7 @@
-[v0.31.25](https://github.com/nextcloud/nextcloudpi/commit/6ab01cd) (2017-10-29) letsencrypt: remove workaround. fixed upstream
+[v0.31.26](https://github.com/nextcloud/nextcloudpi/commit/f9c5319) (2017-10-30) build: check ncp-launcher existence for old images
+
+[v0.31.25](https://github.com/nextcloud/nextcloudpi/commit/4d283f9) (2017-10-29) letsencrypt: remove workaround. fixed upstream
[v0.31.24](https://github.com/nextcloud/nextcloudpi/commit/53943b4) (2017-10-27) nc-forward-ports: more info in output
diff --git a/update.sh b/update.sh
index 659d2723..1d0a8ed3 100755
--- a/update.sh
+++ b/update.sh
@@ -196,7 +196,8 @@ EOF
chmod +x /usr/local/bin/ncp-notify-unattended-upgrade
# log adjustment for wizard
- grep -q sleep /home/www/ncp-launcher.sh || echo "sleep 0.5 && echo \"\" > /run/ncp.log" >> /home/www/ncp-launcher.sh
+ test -f /home/www/ncp-launcher.sh && \
+ grep -q sleep /home/www/ncp-launcher.sh || echo "sleep 0.5 && echo \"\" > /run/ncp.log" >> /home/www/ncp-launcher.sh
}
# License