mirror of
https://github.com/km4ack/patmenu2.git
synced 2025-05-19 00:00:11 -07:00
x86 fix
This commit is contained in:
parent
17b247f12e
commit
c7a1d2bb31
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user