Commit 797844e9 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Don't abort wait call

parent 666578d4
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