chore: target_role.sh: replace 1h loop by sleep infinity

multifixes
Stéphane Lesimple 2 days ago committed by Stéphane Lesimple
parent 6a77244c84
commit 5b2a14916e

@ -186,7 +186,5 @@ if [ "$WANT_HTTP_PROXY" = 1 ]; then
done
else
echo "Now sleeping forever (docker mode)"
while : ; do
sleep 3600
done
sleep infinity
fi

Loading…
Cancel
Save