mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-26 18:54:18 +00:00
narrow grep search
This commit is contained in:
parent
b4c2ab51ea
commit
370f4421d2
@ -56,7 +56,7 @@ wine_exec="wine"
|
||||
# Kill the wine prefix when this script exits
|
||||
# This makes sure there will be no lingering background wine processes
|
||||
update_check() {
|
||||
while winedbg --command "info proc" | grep -qi setup; do
|
||||
while winedbg --command "info proc" | grep -qi "rsi.*setup"; do
|
||||
sleep 2
|
||||
done
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user