diff --git a/bin/ncp-check-version b/bin/ncp-check-version index 35b911818..579575712 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 } diff --git a/changelog.md b/changelog.md index 7973251fd..6844a5885 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,7 @@ -[v0.46.5](https://github.com/nextcloud/nextcloudpi/commit/2852176) (2018-02-09) nc-backup: stronger permissions for backup file +[v0.46.6](https://github.com/nextcloud/nextcloudpi/commit/ea0eaa3) (2018-02-08) Update ncp-check-version + +[v0.46.5 ](https://github.com/nextcloud/nextcloudpi/commit/69242d0) (2018-02-09) nc-backup: stronger permissions for backup file [v0.46.4 ](https://github.com/nextcloud/nextcloudpi/commit/ae79b42) (2018-02-08) do not rely on pings, just return value of operations