clear tcaddress and tcmodules on XRF

pull/1/head
Tom Early 6 years ago
parent 268583ce9f
commit a198706125

@ -231,7 +231,7 @@ do
if [[ "$key" == cs* && ( ${value^^} == XRF* || ${value^^} == XLX* ) ]]; then if [[ "$key" == cs* && ( ${value^^} == XRF* || ${value^^} == XLX* ) ]]; then
callsign="${value^^}" callsign="${value^^}"
callsign="${callsign:0:6}" callsign="${callsign:0:6}"
if [[ "$callsign" == REF* ]]; then if [[ "$callsign" == XRF* ]]; then
unset tcaddress tcmodules unset tcaddress tcmodules
fi fi
elif [[ "$key" == nm* ]]; then nummod="$value" elif [[ "$key" == nm* ]]; then nummod="$value"

Loading…
Cancel
Save

Powered by TurnKey Linux.