1
0
mirror of https://github.com/km4ack/patmenu2.git synced 2025-05-17 15:20:11 -07:00

x86 initial

This commit is contained in:
KM4ACK 2022-10-20 13:44:57 -05:00
parent d6ba835e51
commit 4031df6a4e

View File

@ -8,8 +8,8 @@ LOGO=$MYPATH/pmlogo.png
#stop all modems that might be running #stop all modems that might be running
sudo killall direwolf piardopc kissattach piARDOP_GUI rigctld > /dev/null 2>&1 sudo -A killall direwolf piardopc kissattach piARDOP_GUI rigctld > /dev/null 2>&1
sudo rfcomm release /dev/rfcomm0 > /dev/null 2>&1 sudo -A rfcomm release /dev/rfcomm0 > /dev/null 2>&1
VARA=$(ps aux | grep wine | grep VARA | head -1 | awk '{print $2}') VARA=$(ps aux | grep wine | grep VARA | head -1 | awk '{print $2}')
kill -9 $VARA > /dev/null 2>&1 kill -9 $VARA > /dev/null 2>&1
VARA=$(ps aux | grep wine | grep VARA | head -1 | awk '{print $2}') VARA=$(ps aux | grep wine | grep VARA | head -1 | awk '{print $2}')