From dc53307f87364183b5dc0195ff5808c43252f7a5 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Tue, 15 Jan 2019 08:31:32 -0700 Subject: [PATCH] wrong states in main menu --- qnadmin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qnadmin b/qnadmin index 815e356..f77441e 100755 --- a/qnadmin +++ b/qnadmin @@ -214,12 +214,12 @@ while [[ "$ans" != q* ]]; do ModuleStatus 1 b "$module_b" ModuleStatus 2 c "$module_c" echo - if [[ "$LoadGate" == "not-found" ]] || [[ "$LoadLink" == "not-found" ]]; then + if [[ "$GateState" == "not-found" ]] || [[ "$LinkState" == "not-found" ]]; then echo "i : Install configured system" else echo "u : Uninstall configured System" fi - if [[ "$LoadDTMF" == "not-found" ]]; then + if [[ "$DTMFState" == "not-found" ]]; then echo "D : Install DTMF" else echo "U : Uninstall DTMF"