Alternative sleep function
This commit is contained in:
parent
cd2133e91e
commit
23c666802f
1 changed files with 1 additions and 1 deletions
|
@ -42,5 +42,5 @@ set +m
|
||||||
|
|
||||||
# Since we have to start the process with -m, we need to poll every intervall if it's still running
|
# Since we have to start the process with -m, we need to poll every intervall if it's still running
|
||||||
while [ -d "/proc/$(cat ${_QEMU_PID})" ]; do
|
while [ -d "/proc/$(cat ${_QEMU_PID})" ]; do
|
||||||
sleep 1
|
snore 1
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue