Sync
Sync
This commit is contained in:
commit
0915687138
1 changed files with 2 additions and 1 deletions
|
@ -19,8 +19,9 @@ _trap(){
|
|||
done
|
||||
}
|
||||
|
||||
_graceful_shutdown(){
|
||||
_graceful_shutdown() {
|
||||
|
||||
[ ! -f "${_QEMU_PID}" ] && return
|
||||
[ -f "${_QEMU_SHUTDOWN_COUNTER}" ] && return
|
||||
|
||||
set +e
|
||||
|
|
Loading…
Reference in a new issue