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 /bin/ncp-config
parent06c07d33ee3a3154e41a3d7eca4fd778e0400267 (diff)
ncp-config: silence connectivity errorsv0.56.11
Diffstat (limited to 'bin/ncp-config')
-rwxr-xr-xbin/ncp-config2
1 files changed, 1 insertions, 1 deletions
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" \