Sync
This commit is contained in:
Kroese 2023-04-21 18:37:44 +02:00 committed by GitHub
commit 0915687138

View file

@ -21,6 +21,7 @@ _trap(){
_graceful_shutdown() {
[ ! -f "${_QEMU_PID}" ] && return
[ -f "${_QEMU_SHUTDOWN_COUNTER}" ] && return
set +e