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-05-27 21:19:16 +0300
committernachoparker <nacho@ownyourbits.com>2018-05-27 21:35:02 +0300
commitfae7ba2dca5507924bf852000d4efd25a5d0ce29 (patch)
tree0e250d4b998b180933ab7b20993f12b3bb19d97f
parent06c07d33ee3a3154e41a3d7eca4fd778e0400267 (diff)
ncp-config: silence connectivity errorsv0.56.11
-rwxr-xr-xbin/ncp-check-version2
-rwxr-xr-xbin/ncp-config2
-rwxr-xr-xbuild-SD-rpi.sh (renamed from build-raspi.sh)0
-rw-r--r--changelog.md6
4 files changed, 6 insertions, 4 deletions
diff --git a/bin/ncp-check-version b/bin/ncp-check-version
index 45ffc3fc..bf738f44 100755
--- a/bin/ncp-check-version
+++ b/bin/ncp-check-version
@@ -6,7 +6,7 @@ TMPDIR="$( mktemp -d /tmp/ncp-check.XXXXXX || ( echo "Failed to create temp dir.
trap "rm -rf \"${TMPDIR}\"; exit 0" 0 1 2 3 15
git clone --depth 20 -q --bare https://github.com/nextcloud/nextcloudpi.git "$TMPDIR" || {
- echo "The git clone command failed: No connectivity to https://github.com ?"
+ echo "The git clone command failed: No connectivity to https://github.com ?" >&2
exit 1
}
diff --git a/bin/ncp-config b/bin/ncp-config
index 5881f51a..b898bb9d 100755
--- a/bin/ncp-config
+++ b/bin/ncp-config
@@ -25,7 +25,7 @@ function nextcloud-config()
# ask for update if outdated
test -f /usr/local/etc/ncp-changelog && \
local CHANGELOG=$( head -4 /usr/local/etc/ncp-changelog )
- ncp-test-updates && \
+ ncp-test-updates 2>/dev/null && \
whiptail --backtitle "$BACKTITLE $( cat /usr/local/etc/ncp-version )" \
--title "NextCloudPlus update available" \
--clear --yesno "Update to $( cat $VERFILE )?\n\n$CHANGELOG" \
diff --git a/build-raspi.sh b/build-SD-rpi.sh
index 9fb0155a..9fb0155a 100755
--- a/build-raspi.sh
+++ b/build-SD-rpi.sh
diff --git a/changelog.md b/changelog.md
index a6653116..4565a158 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,7 +1,9 @@
-[v0.56.10](https://github.com/nextcloud/nextcloudpi/commit/4348861) (2018-05-25) nc-ramlogs: fix docker installation from latest upstream changes
+[v0.56.11](https://github.com/nextcloud/nextcloudpi/commit/4159b4f) (2018-05-27) ncp-config: silence connectivity errors
-[v0.56.9](https://github.com/nextcloud/nextcloudpi/commit/dc41bef) (2018-05-24) remove old systemd timer config in running systems
+[v0.56.10](https://github.com/nextcloud/nextcloudpi/commit/a629e63) (2018-05-25) nc-ramlogs: fix docker installation from latest upstream changes
+
+[v0.56.9 ](https://github.com/nextcloud/nextcloudpi/commit/dc41bef) (2018-05-24) remove old systemd timer config in running systems
[v0.56.8 ](https://github.com/nextcloud/nextcloudpi/commit/cf42bf8) (2018-05-22) fix php cli tmpdir for running instances