mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-26 19:47:05 +02:00
re-add bitcoinLOG and CONF to SYSTEM menu
This commit is contained in:
@@ -15,10 +15,8 @@ TITLE=" ${CHAIN} System Options "
|
|||||||
MENU="" # adds lines to HEIGHT
|
MENU="" # adds lines to HEIGHT
|
||||||
OPTIONS=() # adds lines to HEIGHt + CHOICE_HEIGHT
|
OPTIONS=() # adds lines to HEIGHt + CHOICE_HEIGHT
|
||||||
|
|
||||||
if [ "${lightning}" == "lnd" ] || [ "${lnd}" == "on" ]; then
|
OPTIONS+=(${network}LOG "Monitor the debug.log for ${CHAIN}")
|
||||||
OPTIONS+=(${network}LOG "Monitor the debug.log for ${CHAIN}")
|
OPTIONS+=(${network}CONF "Edit the bitcoin.conf")
|
||||||
OPTIONS+=(${network}CONF "Edit the bitcoin.conf")
|
|
||||||
fi
|
|
||||||
|
|
||||||
if grep "^${netprefix}lnd=on" /mnt/hdd/raspiblitz.conf;then
|
if grep "^${netprefix}lnd=on" /mnt/hdd/raspiblitz.conf;then
|
||||||
OPTIONS+=(LNDLOG "Monitor the lnd.log for ${CHAIN}")
|
OPTIONS+=(LNDLOG "Monitor the lnd.log for ${CHAIN}")
|
||||||
|
Reference in New Issue
Block a user