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:
authortestbird <noreply@noreply.github.com>2018-02-08 23:17:49 +0300
committernachoparker <nacho@ownyourbits.com>2018-02-10 13:09:30 +0300
commitdc88dcb968a2b26f07505349a9047cebdb213f36 (patch)
treecc70acc3f08fe0718b6acbd0e3611d54fce56cce /bin/ncp-check-version
parent3b458f35de413d88674ccf6627adc2bd119f89f8 (diff)
Update ncp-check-versionv0.46.6
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 35b91181..57957571 100755
--- a/bin/ncp-check-version
+++ b/bin/ncp-check-version
@@ -7,7 +7,7 @@
rm -rf /tmp/ncp-check-tmp
git clone --depth 20 -q --bare https://github.com/nextcloud/nextcloudpi.git /tmp/ncp-check-tmp {
- echo "No internet connectivity"
+ echo "The git clone command failed: No connectivity to https://github.com ?"
exit 1
}