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

View File

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