Skip to content
Snippets Groups Projects
Commit bd96bd40 authored by Christof Schulze's avatar Christof Schulze
Browse files

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

parent b90d214d
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ start_service() { ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment