mirror of
https://github.com/km4ack/patmenu2.git
synced 2025-05-18 07:40:11 -07:00
x86 fix
This commit is contained in:
parent
318c1be363
commit
17b247f12e
@ -111,7 +111,7 @@ echo "starting VARA-FM"
|
||||
sleep 7 #give vara time to start
|
||||
|
||||
#verify vara has started
|
||||
PIDVARA=$(ps aux | grep -i box86 | grep -i varafm)
|
||||
PIDVARA=$(ps aux | grep -i .wine | grep -i varafm)
|
||||
if [ -z "$PIDVARA" ]
|
||||
then
|
||||
yad --title="FAILED" --width=400 --height=100 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user