Update config fix -c bug

pull/347/head
Alan Johnston 1 year ago committed by GitHub
parent 4afd9bba1c
commit 3840860037
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save

Powered by TurnKey Linux.