commit 9d798e699d0c108582d0cada0575c93ddbfa7aef
parent bd58e6a52609fa764168bde27b85c04cdc255ebd
Author: parazyd <parazyd@dyne.org>
Date:   Thu, 23 Mar 2017 13:48:25 +0100
revert bb nc
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/zlibs/helpers b/src/zlibs/helpers
@@ -263,7 +263,8 @@ is_online() {
         ;;
     host)
         func "trying to connect ${_host} port ${_port}"
-        busybox nc -w 16 -z ${_host} ${_port} > /dev/null
+        #busybox nc -w 16 -z ${_host} ${_port} > /dev/null
+        nc -w 16 -z ${_host} ${_port} > /dev/null
         { test $? = 0 } || {
         error "Host unreachable: $_host"
         act "Network connection is checked with 16s timeout"