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

View file

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