Browse Source

remove options that are now in SERVICES

#146
rootzoll 6 years ago
parent
commit
de29b3a1b2
  1. 14
      home.admin/00mainMenu.sh

14
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")

Loading…
Cancel
Save