mirror of
https://github.com/dockur/windows.git
synced 2026-01-25 12:23:13 +00:00
fix: Detection of EFI images (#577)
This commit is contained in:
@@ -216,7 +216,7 @@ _graceful_shutdown() {
|
||||
|
||||
SERIAL="pty"
|
||||
MONITOR="telnet:localhost:$QEMU_PORT,server,nowait,nodelay"
|
||||
MONITOR="$MONITOR -daemonize -D $QEMU_LOG -pidfile $QEMU_PID"
|
||||
MONITOR+=" -daemonize -D $QEMU_LOG -pidfile $QEMU_PID"
|
||||
|
||||
_trap _graceful_shutdown SIGTERM SIGHUP SIGINT SIGABRT SIGQUIT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user