This commit is contained in:
Kroese 2023-04-21 18:36:54 +02:00 committed by GitHub
parent 3742817269
commit dbedd2b389

View file

@ -19,8 +19,9 @@ _trap(){
done
}
_graceful_shutdown(){
_graceful_shutdown() {
[ ! -f "${_QEMU_PID}" ] && return
[ -f "${_QEMU_SHUTDOWN_COUNTER}" ] && return
set +e