fix: Improve bootmanager detection

This commit is contained in:
Kroese 2024-05-10 21:12:12 +02:00 committed by GitHub
parent 2024e1f9b9
commit 35070a7424
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,7 +57,7 @@ ready() {
return 1 return 1
fi fi
local line="Windows Boot Manager" local line="\"Windows Boot Manager\""
if grep -Fq "$line" "$QEMU_PTY"; then if grep -Fq "$line" "$QEMU_PTY"; then
return 0 return 0
fi fi