mirror of
https://github.com/dockur/windows.git
synced 2025-10-29 04:05:50 +00:00
fix: Improve bootmanager detection
This commit is contained in:
parent
2024e1f9b9
commit
35070a7424
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue