mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-04 12:05:04 +02:00
RTL C-Lightning & LND
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user