write Tor not TOR in mainmenu

This commit is contained in:
rootzoll 2021-08-30 20:37:47 +02:00
parent 1d21ad981a
commit 6012cbfbbf

View File

@ -56,17 +56,13 @@ MENU="Choose one of the following options:"
OPTIONS=()
plus=""
if [ "${runBehindTor}" = "on" ]; then
plus=" / TOR"
plus=" / Tor"
fi
if [ ${#dynDomain} -gt 0 ]; then
plus="${plus} / ${dynDomain}"
fi
BACKTITLE="${localip} / ${hostname} / ${network} / ${lightning}${plus}"
if [ "${rtlWebinterface}" == "on" ]; then
TITLE="Webinterface: http://${localip}:3000"
fi
# Put Activated Apps on top
if [ "${rtlWebinterface}" == "on" ] || [ "${crtlWebinterface}" == "on" ]; then
OPTIONS+=(RTL "RTL Web Node Manager")