From c7a1d2bb3161425ee2caf94136c29cf42d7a8f1d Mon Sep 17 00:00:00 2001 From: KM4ACK Date: Fri, 21 Oct 2022 13:42:18 -0500 Subject: [PATCH] x86 fix --- start-vara-hf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-vara-hf b/start-vara-hf index d415c31..dcfe038 100755 --- a/start-vara-hf +++ b/start-vara-hf @@ -112,7 +112,7 @@ echo "starting VARA HF" sleep 7 #give vara time to start #verify vara has started -PIDVARA=$(ps aux | grep VARA.exe) +PIDVARA=$(ps aux | grep .wine | grep VARA.exe) if [ -z "$PIDVARA" ] then yad --title="FAILED" --width=400 --height=100 \