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>2018-04-22 22:48:41 +0300
committernachoparker <nacho@ownyourbits.com>2018-04-22 22:48:41 +0300
commit3bb8cadcca199929d72792d92f2ac55d5ffbf176 (patch)
treefa11851741bed55b9c7e89f0ec9a2cb18ad77985
parentbba3d818e72f927854afbcc383dfc6588e2b6a55 (diff)
nc-info: check for existance of ncp-baseimagev0.53.32
-rw-r--r--bin/ncp-diag2
-rw-r--r--changelog.md4
2 files changed, 4 insertions, 2 deletions
diff --git a/bin/ncp-diag b/bin/ncp-diag
index 77acd58b..1561ae63 100644
--- a/bin/ncp-diag
+++ b/bin/ncp-diag
@@ -13,7 +13,7 @@
# Distro, NCP version and tag
echo "NextCloudPlus version|$( cat /usr/local/etc/ncp-version )"
-echo "NextCloudPlus image|$( cat /usr/local/etc/ncp-baseimage )"
+[[ -f /usr/local/etc/ncp-baseimage ]] && echo "NextCloudPlus image|$( cat /usr/local/etc/ncp-baseimage )"
echo "distribution|$( cat /etc/issue )"
# Data
diff --git a/changelog.md b/changelog.md
index c22a2cf0..c0ce40b9 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,7 @@
-[v0.53.31](https://github.com/nextcloud/nextcloudpi/commit/0f8a193) (2018-04-21) fix double default gateway
+[v0.53.32](https://github.com/nextcloud/nextcloudpi/commit/b459c0c) (2018-04-22) nc-info: check for existance of ncp-baseimage
+
+[v0.53.31](https://github.com/nextcloud/nextcloudpi/commit/4412ef7) (2018-04-21) fix double default gateway
[v0.53.30](https://github.com/nextcloud/nextcloudpi/commit/344f184) (2018-04-20) ncp-report: fix root execution