From d5c1c31c4769e5631e7a3fc7e8be03205f88a523 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 18 Apr 2023 17:20:38 +0200 Subject: [PATCH] pidwait --- run/run.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/run/run.sh b/run/run.sh index 45a349b..0e36c5b 100755 --- a/run/run.sh +++ b/run/run.sh @@ -41,5 +41,4 @@ set -m ) set +m -pidwait -F "${_QEMU_PID}" & -wait $! +pidwait -F "${_QEMU_PID}" & wait $!