feat: Faster ESD extraction (#484)

This commit is contained in:
Kroese 2024-05-10 21:26:10 +02:00 committed by GitHub
parent f7986f57ce
commit 47d2d2294c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -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