1
0
mirror of https://github.com/km4ack/patmenu2.git synced 2025-05-16 06:40:10 -07:00

add release rfcomm

This commit is contained in:
KM4ACK 2020-06-19 08:29:12 -05:00
parent 2c2db6d9e6
commit 4e30ae3ef6

View File

@ -7,7 +7,8 @@ LOGO=$MYPATH/pmlogo.png
#stop all modems that might be running
sudo killall direwolf piardopc kissattach piARDOP_GUI rfcomm > /dev/null 2>&1
sudo killall direwolf piardopc kissattach piARDOP_GUI > /dev/null 2>&1
sudo rfcomm release /dev/rfcomm0 > /dev/null 2>&1
yad --title="Modem Stopped" --width=400 --height=100 \
--image $LOGO --window-icon=$LOGO --image-on-top --text-align=center \