From 61def51f46891bcb581afcae641d37831364829f Mon Sep 17 00:00:00 2001 From: Tom Early Date: Sat, 14 Dec 2019 14:51:16 -0700 Subject: [PATCH] fixed unsetting Find Routs (fr) menu --- qnconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qnconfig b/qnconfig index 543ca59..f74fc99 100755 --- a/qnconfig +++ b/qnconfig @@ -233,7 +233,8 @@ IrcddbMenu () { elif [[ "$key" == ob* ]]; then ircddb1_port="$value" elif [[ "$key" == ab* ]]; then ircddb1_password="$value" elif [[ "$key" == u* ]]; then - if [[ "$value" == ha* ]]; then unset ircddb0_host + if [[ "$value" == l* ]]; then unset ircddb_login + elif [[ "$value" == ha* ]]; then unset ircddb0_host elif [[ "$value" == oa* ]]; then unset ircddb0_port elif [[ "$value" == aa* ]]; then unset ircddb0_password elif [[ "$value" == hb* ]]; then unset ircddb1_host @@ -322,6 +323,7 @@ GateMenu () { elif [[ "$value" == d1* ]]; then unset gateway_desc1 elif [[ "$value" == d2* ]]; then unset gateway_desc2 elif [[ "$value" == w* ]]; then unset gateway_url + elif [[ "$value" == fr* ]]; then unset gateway_find_route elif [[ "$value" == e* ]]; then unset aprs_enable elif [[ "$value" == h* ]]; then unset aprs_host elif [[ "$value" == ap* ]]; then unset aprs_port