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

fix ardop closing unexpected

This commit is contained in:
KM4ACK 2020-05-14 11:46:10 -05:00
parent bdaa96dd64
commit ecd9ef22cb

View File

@ -38,6 +38,3 @@ yad --form --width=420 --text-align=center --center --title="Pat Menu" --text-al
--field="My Call - $MYCALLSIGN":LBL \
--button=gtk-quit
BUT=$?
if [ $BUT = 0 ] && [ "$AMRRON" = 'no' ]; then
sudo killall piardopc direwolf kissattach rigctld piARDOP_GUI > /dev/null 2>&1
fi