RTL C-Lightning & LND

This commit is contained in:
rootzoll
2021-08-30 23:57:44 +02:00
parent bf0f775033
commit 718d40d14c

View File

@@ -49,7 +49,7 @@ elif [ ${chain} = main ];then
fi fi
# BASIC MENU INFO # BASIC MENU INFO
WIDTH=64 WIDTH=66
BACKTITLE="RaspiBlitz" BACKTITLE="RaspiBlitz"
TITLE="" TITLE=""
MENU="Choose one of the following options:" MENU="Choose one of the following options:"
@@ -67,8 +67,11 @@ fi
BACKTITLE="${localip} / ${hostname} / ${network} ${plus}" BACKTITLE="${localip} / ${hostname} / ${network} ${plus}"
# Put Activated Apps on top # Put Activated Apps on top
if [ "${rtlWebinterface}" == "on" ] || [ "${crtlWebinterface}" == "on" ]; then if [ "${rtlWebinterface}" == "on" ]; then
OPTIONS+=(RTL "RTL Web Node Manager") OPTIONS+=(LRTL "LND RTL Webinterface")
fi
if [ "${crtlWebinterface}" == "on" ]; then
OPTIONS+=(CRTL "C-Lightning RTL Webinterface")
fi fi
if [ "${BTCPayServer}" == "on" ]; then if [ "${BTCPayServer}" == "on" ]; then
OPTIONS+=(BTCPAY "BTCPay Server Info") OPTIONS+=(BTCPAY "BTCPay Server Info")
@@ -221,8 +224,11 @@ case $CHOICE in
dialog --title 'Touchscreen Calibration' --msgbox 'Choose OK and then follow the instructions on touchscreen for calibration.\n\nBest is to use a stylus for accurate touchscreen interaction.' 9 48 dialog --title 'Touchscreen Calibration' --msgbox 'Choose OK and then follow the instructions on touchscreen for calibration.\n\nBest is to use a stylus for accurate touchscreen interaction.' 9 48
/home/admin/config.scripts/blitz.touchscreen.sh calibrate /home/admin/config.scripts/blitz.touchscreen.sh calibrate
;; ;;
RTL) LRTL)
/home/admin/config.scripts/bonus.rtl.sh menu ${lightning} /home/admin/config.scripts/bonus.rtl.sh menu lnd
;;
CRTL)
/home/admin/config.scripts/bonus.rtl.sh menu cln
;; ;;
BTCPAY) BTCPAY)
/home/admin/config.scripts/bonus.btcpayserver.sh menu /home/admin/config.scripts/bonus.btcpayserver.sh menu