diff --git a/src/power.sh b/src/power.sh index e21f37c..3b61825 100644 --- a/src/power.sh +++ b/src/power.sh @@ -57,7 +57,7 @@ ready() { return 1 fi - local line="Windows Boot Manager" + local line="\"Windows Boot Manager\"" if grep -Fq "$line" "$QEMU_PTY"; then return 0 fi