mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-19 12:10:33 +02:00
only show main lightning impl options for RC1
This commit is contained in:
@@ -186,16 +186,24 @@ fi
|
|||||||
# Basic Options
|
# Basic Options
|
||||||
OPTIONS+=(INFO "RaspiBlitz Status Screen")
|
OPTIONS+=(INFO "RaspiBlitz Status Screen")
|
||||||
|
|
||||||
|
# if LND is main lightning
|
||||||
if [ "${lightning}" == "lnd" ]; then
|
if [ "${lightning}" == "lnd" ]; then
|
||||||
OPTIONS+=(LND "LND Wallet Options")
|
OPTIONS+=(LND "LND Wallet Options")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$cln" == "on" ] || [ $chain = test ] && [ "$tcln" == "on" ]; then
|
# if C-Lighthing is main lightning
|
||||||
|
if [ "${lightning}" == "cln" ]; then
|
||||||
|
# if CLN is main lightning
|
||||||
OPTIONS+=(CLN "C-lightning Wallet Options")
|
OPTIONS+=(CLN "C-lightning Wallet Options")
|
||||||
HEIGHT=$((HEIGHT+1))
|
|
||||||
CHOICE_HEIGHT=$((CHOICE_HEIGHT+1))
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# TODO: when more then one Lightning is active
|
||||||
|
#if [ "$cln" == "on" ] || [ $chain = test ] && [ "$tcln" == "on" ]; then
|
||||||
|
# OPTIONS+=(CLN "C-lightning Wallet Options")
|
||||||
|
# HEIGHT=$((HEIGHT+1))
|
||||||
|
# CHOICE_HEIGHT=$((CHOICE_HEIGHT+1))
|
||||||
|
#fi
|
||||||
|
|
||||||
OPTIONS+=(SETTINGS "Node Settings & Options")
|
OPTIONS+=(SETTINGS "Node Settings & Options")
|
||||||
OPTIONS+=(SERVICES "Additional Apps & Services")
|
OPTIONS+=(SERVICES "Additional Apps & Services")
|
||||||
OPTIONS+=(SYSTEM "Monitoring & Configuration")
|
OPTIONS+=(SYSTEM "Monitoring & Configuration")
|
||||||
|
Reference in New Issue
Block a user