wrong states in main menu

pull/12/head
Tom Early 7 years ago
parent 572dfb0d3d
commit dc53307f87

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

Loading…
Cancel
Save

Powered by TurnKey Linux.