This commit is contained in:
Kroese 2023-04-17 04:46:33 +02:00 committed by GitHub
parent bcfc58a870
commit 3b3b6f107d

View File

@ -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