diff --git a/src/power.sh b/src/power.sh index f68b70f..1ce6232 100644 --- a/src/power.sh +++ b/src/power.sh @@ -43,7 +43,7 @@ ready() { [ -f "$STORAGE/windows.boot" ] && return 0 [ ! -s "$QEMU_PTY" ] && return 1 - local line="Windows Boot Manager" + local line="\"Windows Boot Manager\"" if grep -Fq "$line" "$QEMU_PTY"; then return 0 fi