mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-26 18:34:19 +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
|
# Kill the wine prefix when this script exits
|
||||||
# This makes sure there will be no lingering background wine processes
|
# This makes sure there will be no lingering background wine processes
|
||||||
update_check() {
|
update_check() {
|
||||||
while winedbg --command "info proc" | grep -qi setup; do
|
while winedbg --command "info proc" | grep -qi "rsi.*setup"; do
|
||||||
sleep 2
|
sleep 2
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user