From 0d4ad295811aa6a2946a4d5064d90a3a21ab3b71 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 17 Jan 2026 16:25:11 -0500 Subject: [PATCH] Update config fix -A while --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 9474c7c8..bf3bd258 100755 --- a/config +++ b/config @@ -1201,7 +1201,7 @@ elif [ "$1" = "-A" ]; then MODE="0" - while [ "$MODE" != "x" ] + while [ "$MODE" != "x" ]; do echo "Enter the mode to change: a=APRS, f=FSK, b=BPSK, s=SSTV, m=CW, e=Repeater, j=FUNcube, o=Beacon on/off x=Exit this mode"