From c534a1b3264e4397351d62e8b5aff4fd9bff362a Mon Sep 17 00:00:00 2001 From: KM4ACK Date: Mon, 1 Aug 2022 17:08:55 -0500 Subject: [PATCH] add MAIN variable --- convert_to_aprs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/convert_to_aprs b/convert_to_aprs index 195c285..3fc8353 100755 --- a/convert_to_aprs +++ b/convert_to_aprs @@ -18,7 +18,7 @@ yad --form --width=500 --text-align=center --center --title="WL2K to ARPS Object BUT=$? if [ $BUT = 1 ]; then -MAIN & +$MAIN & exit elif [ $BUT = 252 ]; then exit @@ -45,7 +45,7 @@ if [ $? = 1 ]; then yad --form --width=500 --text-align=center --center --title="WL2K to ARPS Object" --text-align=center \ --image ${LOGO} --window-icon=${LOGO} --image-on-top --separator="|" --item-separator="|" \ --text="FAILED\rNo Nearby (WL2K_NEARBY) File Found in Inbox" -MAIN & +$MAIN & exit fi @@ -68,7 +68,7 @@ yad --form --width=500 --text-align=center --center --title="WL2K to ARPS Object --text="Processing done.\rA gateways.pos file has been created and\r is on your desktop ready to import into YAAC." #rm /run/user/$UID/tempgatelist -MAIN & +$MAIN & exit