gluon-mesh-babel: explicitly specify the use of the busybox netcat

This commit is contained in:
Christof Schulze 2018-09-01 00:39:44 +02:00
parent b90d214da9
commit bd96bd4024
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ start_service() {
echotobabel() {
local count=0
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
sleep 1
echo retrying to connect to babeld in PID $$, waited ${count}s >&2