mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 03:15:49 +00:00
Update power.sh
This commit is contained in:
parent
ecba1d34ae
commit
66f65fe7a6
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ _graceful_shutdown() {
|
|||
finish "$code" && return "$code"
|
||||
fi
|
||||
|
||||
if [ -f "$QEMU_PTY" ]; then
|
||||
if [ ! f "$STORAGE/windows.boot" ] && [ -f "$QEMU_PTY" ]; then
|
||||
if ! grep -Fq "Windows Boot Manager" "$QEMU_PTY"; then
|
||||
info "Cannot send ACPI signal during Windows setup, aborting..."
|
||||
finish "$code" && return "$code"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue