Unverified Commit f9c2716c authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Alternative sleep function

parent 3b2ae9c1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ set -m
)
set +m

# Since we have to start the process with -m, we need to poll every intervall if it's still running
# Since we started the QEMU process with -m, we need to poll if it's still running
while [ -d "/proc/$(cat ${_QEMU_PID})"  ]; do
  sleep 1
  snore 1
done