From de29b3a1b2d38b78a84d4c0822e02035eb1a2ac3 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Tue, 4 Dec 2018 01:20:29 +0100 Subject: [PATCH] remove options that are now in SERVICES --- home.admin/00mainMenu.sh | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/home.admin/00mainMenu.sh b/home.admin/00mainMenu.sh index 420f6b6be..f75c12f9a 100755 --- a/home.admin/00mainMenu.sh +++ b/home.admin/00mainMenu.sh @@ -214,22 +214,10 @@ else if [ ${openChannels} -gt 0 ]; then OPTIONS+=(CLOSEALL "Close all open Channels") fi - if [ "${network}" = "bitcoin" ]; then - OPTIONS+=(SWITCH "Switch ${switchOption}") - fi - torInstalled=$(sudo ls /mnt/hdd/tor/lnd9735/hostname 2>/dev/null | grep 'hostname' -c) - if [ ${torInstalled} -eq 0 ]; then - OPTIONS+=(TOR "Make reachable thru TOR") - else + if [ "${runBehindTor}" = "on" ]; then OPTIONS+=(NYX "Monitor TOR") fi - if [ ${runningRTL} -eq 0 ]; then - OPTIONS+=(RTL "Install RTL Web Interface") - else - OPTIONS+=(RTL "REMOVE RTL Web Interface") - fi - # final Options OPTIONS+=(OFF "PowerOff RaspiBlitz") OPTIONS+=(X "Console / Terminal")