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>2020-06-13 17:56:08 +0300
committernachoparker <nacho@ownyourbits.com>2020-06-13 17:56:10 +0300
commit4e7938650f55bdf8b656d647b5aeed6c0c04e9ee (patch)
tree04d4c1831a1ed1566046e4feffff1ccd2b3f937d
parentaedd8f0f9e5471757cd922d6193fd17fd6008257 (diff)
ncp-web: fix port checkingv1.26.1
Signed-off-by: nachoparker <nacho@ownyourbits.com>
-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 fd94f702..ce572daa 100644
--- a/bin/ncp-diag
+++ b/bin/ncp-diag
@@ -65,7 +65,7 @@ echo "internet check|$( ping -W 2 -w 1 -q github.com &>/dev/null && echo ok || e
function is_port_open()
{
PORT=$1
- wget -T2 -t1 -q https://portchecker.co/check --post-data "port=$PORT" -O - \
+ wget -T2 -t1 -q https://portchecker.co --post-data "port=$PORT" -O - \
| grep -q '<span class="green">open</span>' && { echo "open"; return 1; }
echo "closed"
}
diff --git a/changelog.md b/changelog.md
index 838a7a29..f95b24d8 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,7 +1,9 @@
-[v1.26.0](https://github.com/nextcloud/nextcloudpi/commit/d2a0136) (2020-06-11) upgrade to NC18.0.5
+[v1.26.1](https://github.com/nextcloud/nextcloudpi/commit/8e36668) (2020-06-13) ncp-web: fix port checking
-[v1.25.0](https://github.com/nextcloud/nextcloudpi/commit/ed3619f) (2020-04-24) upgrade to NC18.0.4
+[v1.26.0](https://github.com/nextcloud/nextcloudpi/commit/aedd8f0) (2020-06-11) upgrade to NC18.0.5
+
+[v1.25.0 ](https://github.com/nextcloud/nextcloudpi/commit/ed3619f) (2020-04-24) upgrade to NC18.0.4
[v1.24.3 ](https://github.com/nextcloud/nextcloudpi/commit/1c45e0d) (2020-04-18) ncp-web: cache backup info