From 23c666802f0a52d0dcca4c7ad58b4a50f6683510 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 17 Apr 2023 02:31:19 +0200 Subject: [PATCH] Alternative sleep function --- run/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/run.sh b/run/run.sh index 972c20c..6f2ae4c 100755 --- a/run/run.sh +++ b/run/run.sh @@ -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 while [ -d "/proc/$(cat ${_QEMU_PID})" ]; do - sleep 1 + snore 1 done