mirror of
https://github.com/km4ack/patmenu2.git
synced 2025-05-16 14:50:13 -07:00
fix #43
This commit is contained in:
parent
b57ae74075
commit
ab816ba7cc
4
patmenu
4
patmenu
@ -65,6 +65,6 @@ yad --form --width=420 --text-align=center --center --title="Pat Menu" --text-al
|
|||||||
--button="QUIT":1
|
--button="QUIT":1
|
||||||
|
|
||||||
BUT=$?
|
BUT=$?
|
||||||
if [ $BUT = 1 ] && [ "$AMRRON" = 'no' ]; then
|
if [ $BUT = 1 ]; then
|
||||||
sudo killall piardopc kissattach direwolf piARDOP_GUI rigctld > /dev/null 2>&1
|
exit
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user