mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
remove options that are now in SERVICES
This commit is contained in:
parent
102421b654
commit
de29b3a1b2
1 changed files with 1 additions and 13 deletions
|
@ -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…
Add table
Reference in a new issue