mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-20 13:02:21 +02:00
remove options on testnet/signet view
This commit is contained in:
@@ -20,15 +20,17 @@ if [ "${lightning}" == "lnd" ] || [ "${lnd}" == "on" ]; then
|
|||||||
OPTIONS+=(${network}CONF "Edit the bitcoin.conf")
|
OPTIONS+=(${network}CONF "Edit the bitcoin.conf")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
OPTIONS+=(LNDLOG "Monitor the lnd.log for ${CHAIN}")
|
if grep "^${netprefix}lnd=on" /mnt/hdd/raspiblitz.conf;then
|
||||||
OPTIONS+=(LNDCONF "Edit the lnd.conf for ${CHAIN}")
|
OPTIONS+=(LNDLOG "Monitor the lnd.log for ${CHAIN}")
|
||||||
|
OPTIONS+=(LNDCONF "Edit the lnd.conf for ${CHAIN}")
|
||||||
|
fi
|
||||||
|
|
||||||
if grep "^${netprefix}cln=on" /mnt/hdd/raspiblitz.conf;then
|
if grep "^${netprefix}cln=on" /mnt/hdd/raspiblitz.conf;then
|
||||||
OPTIONS+=(CLNLOG "Monitor the CLN log for ${CHAIN}")
|
OPTIONS+=(CLNLOG "Monitor the CLN log for ${CHAIN}")
|
||||||
OPTIONS+=(CLNCONF "Edit the CLN config for ${CHAIN}")
|
OPTIONS+=(CLNCONF "Edit the CLN config for ${CHAIN}")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${runBehindTor}" == "on" ]; then
|
if [ "${runBehindTor}" == "on" ] && [ "${netprefix}" == "" ]; then
|
||||||
OPTIONS+=(TORLOG "Monitor the Tor Service with Nyx")
|
OPTIONS+=(TORLOG "Monitor the Tor Service with Nyx")
|
||||||
OPTIONS+=(TORRC "Edit the Tor Configuration")
|
OPTIONS+=(TORRC "Edit the Tor Configuration")
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user