gluon-mesh-babel: explicitly specify the use of the busybox netcat
This commit is contained in:
parent
b90d214da9
commit
bd96bd4024
@ -22,7 +22,7 @@ start_service() {
|
|||||||
echotobabel() {
|
echotobabel() {
|
||||||
local count=0
|
local count=0
|
||||||
local line="$1"
|
local line="$1"
|
||||||
while ! (echo -e "$line" | nc ::1 "$PORT" >/dev/null 2>&1)
|
while ! (echo -e "$line" | busybox nc ::1 "$PORT" >/dev/null 2>&1)
|
||||||
do
|
do
|
||||||
sleep 1
|
sleep 1
|
||||||
echo retrying to connect to babeld in PID $$, waited ${count}s >&2
|
echo retrying to connect to babeld in PID $$, waited ${count}s >&2
|
||||||
|
Loading…
Reference in New Issue
Block a user