From 6012cbfbbfdbcc12b9c38ac0fbbb0d99f3e5b7f9 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Mon, 30 Aug 2021 20:37:47 +0200 Subject: [PATCH] write Tor not TOR in mainmenu --- home.admin/00mainMenu.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/home.admin/00mainMenu.sh b/home.admin/00mainMenu.sh index 4c85ea508..873b7f290 100755 --- a/home.admin/00mainMenu.sh +++ b/home.admin/00mainMenu.sh @@ -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")