diff --git a/run/run.sh b/run/run.sh index af76aab..72194c1 100755 --- a/run/run.sh +++ b/run/run.sh @@ -54,5 +54,5 @@ set +m # Since we started the QEMU process with -m, we need to poll if it's still running while [ -d "/proc/$(cat ${_QEMU_PID})" ]; do - snore 1 + sleep 1 done