From 384086003796ef6f7885ba2cdfa17168f2a09015 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 30 Nov 2024 15:05:38 -0500 Subject: [PATCH] Update config fix -c bug --- config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config b/config index ed62d2d3..9c2d5671 100755 --- a/config +++ b/config @@ -525,7 +525,7 @@ elif [ "$1" = "-c" ]; then echo "$value" > /dev/null set -- $value - callsign="$1" + oldcallsign="$1" echo "Current value of CALLSIGN is" echo $oldcallsign @@ -534,7 +534,7 @@ elif [ "$1" = "-c" ]; then # echo $1 $2 $3 $4 $5 $6 $7 $8 $9 ${10} echo "Enter callsign in all capitals: " - read $oldcallsign + read $callsign if [ -z $callsign ] ; then