From 3b3b6f107d438e66fd76e92e7da17c03534174bb Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 17 Apr 2023 04:46:33 +0200 Subject: [PATCH] Sleep --- run/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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