Unverified Commit 4af8ca64 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Don't abort wait call

parent b68e2a79
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -53,4 +53,7 @@ set -m
set +m

pidwait -F "${_QEMU_PID}" &

set +e
wait $!
exit 0