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:
Diffstat (limited to 'bin/ncp-check-version')
-rwxr-xr-xbin/ncp-check-version2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ncp-check-version b/bin/ncp-check-version
index ed5072c5..3a78766f 100755
--- a/bin/ncp-check-version
+++ b/bin/ncp-check-version
@@ -4,7 +4,7 @@
[ $(id -u) -ne 0 ] && exit 1
-ping -W 2 -w 1 -q github.com &>/dev/null || { echo "No internet connectivity"; exit 1; }
+ping -W 2 -w 1 -q google.com &>/dev/null || { echo "No internet connectivity"; exit 1; }
rm -rf /tmp/ncp-check-tmp