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-11-05 03:41:13 +0300
committernachoparker <nacho@ownyourbits.com>2018-11-05 06:38:27 +0300
commit089bebb794cdc11ee3680cc476afe5550448129f (patch)
tree6fc7e4b1490c37200850903f36fc825e75ba8c1b
parent3cd1cd55e8c372a7e711000575bfca62fca711de (diff)
nc-info: speedupv0.66.1
-rw-r--r--bin/ncp-diag2
-rw-r--r--changelog.md6
2 files changed, 5 insertions, 3 deletions
diff --git a/bin/ncp-diag b/bin/ncp-diag
index 28e7c1a4..4e646c0f 100644
--- a/bin/ncp-diag
+++ b/bin/ncp-diag
@@ -87,7 +87,7 @@ CERTS="$( grep "SSLCertificateFile /etc/letsencrypt/live/" /etc/apache2/sites-av
[[ "$CERTS" == "" ]] && CERTS=none
echo "certificates|$CERTS"
-RESOLV="$( ping -c 1 "$CERTS" 2>/dev/null | head -1 | grep -oP '\d{1,3}(.\d{1,3}){3}' )"
+RESOLV="$( ping -c1 -w1 "$CERTS" 2>/dev/null | head -1 | grep -oP '\d{1,3}(.\d{1,3}){3}' )"
echo "NAT loopback|$( [[ "$RESOLV" == "$IP" ]] && echo yes || echo no )"
# Other
diff --git a/changelog.md b/changelog.md
index eb87eb91..de9e7da7 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,7 +1,9 @@
-[v0.66.0](https://github.com/nextcloud/nextcloudpi/commit/989bc39) (2018-11-04) add nc-hdd-monitor
+[v0.66.1](https://github.com/nextcloud/nextcloudpi/commit/4189f1f) (2018-11-04) nc-info: speedup
-[v0.65.0](https://github.com/nextcloud/nextcloudpi/commit/ab65f41) (2018-11-03) add nc-test-hdd
+[v0.66.0](https://github.com/nextcloud/nextcloudpi/commit/c36e794) (2018-11-04) add nc-hdd-monitor
+
+[v0.65.0 ](https://github.com/nextcloud/nextcloudpi/commit/ab65f41) (2018-11-03) add nc-test-hdd
[v0.64.12](https://github.com/nextcloud/nextcloudpi/commit/5e7f3da) (2018-11-03) docker: fix provisioning on a stopped the container