Don't abort wait call

This commit is contained in:
Kroese 2023-04-17 13:27:58 +02:00 committed by GitHub
parent 666578d470
commit 797844e9e7

View File

@ -53,4 +53,7 @@ set -m
set +m
pidwait -F "${_QEMU_PID}" &
set +e
wait $!
exit 0