_QEMU_PID

This commit is contained in:
Kroese 2023-04-21 18:24:19 +02:00 committed by GitHub
parent 3a67bb81b8
commit 66c254f6b4

View File

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