1
0
mirror of https://github.com/km4ack/patmenu2.git synced 2025-05-16 06:40:10 -07:00
This commit is contained in:
KM4ACK 2022-08-31 14:58:13 -05:00
parent b57ae74075
commit ab816ba7cc

View File

@ -65,6 +65,6 @@ yad --form --width=420 --text-align=center --center --title="Pat Menu" --text-al
--button="QUIT":1
BUT=$?
if [ $BUT = 1 ] && [ "$AMRRON" = 'no' ]; then
sudo killall piardopc kissattach direwolf piARDOP_GUI rigctld > /dev/null 2>&1
if [ $BUT = 1 ]; then
exit
fi