1
0
mirror of https://github.com/km4ack/patmenu2.git synced 2025-05-19 00:00:11 -07:00
This commit is contained in:
KM4ACK 2022-10-21 13:42:18 -05:00
parent 17b247f12e
commit c7a1d2bb31

View File

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