Loading src/serial.sh +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ fi cnt=0 sleep 0.2 while ! nc -z -w2 127.0.0.1 "$COM_PORT" > /dev/null 2&1; do while ! nc -z -w2 127.0.0.1 "$COM_PORT" > /dev/null 2>&1; do sleep 0.1 cnt=$((cnt + 1)) (( cnt > 50 )) && error "Failed to connect to qemu-host.." && exit 58 Loading Loading
src/serial.sh +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ fi cnt=0 sleep 0.2 while ! nc -z -w2 127.0.0.1 "$COM_PORT" > /dev/null 2&1; do while ! nc -z -w2 127.0.0.1 "$COM_PORT" > /dev/null 2>&1; do sleep 0.1 cnt=$((cnt + 1)) (( cnt > 50 )) && error "Failed to connect to qemu-host.." && exit 58 Loading