mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 03:56:21 +02:00
add RTL description
This commit is contained in:
@@ -38,7 +38,7 @@ OPTIONS+=(a 'Mempool Space' ${mempoolExplorer})
|
|||||||
|
|
||||||
# just available for LND
|
# just available for LND
|
||||||
if [ "${lightning}" == "lnd" ]; then
|
if [ "${lightning}" == "lnd" ]; then
|
||||||
OPTIONS+=(r 'RTL Webinterface' ${rtlWebinterface})
|
OPTIONS+=(r 'RTL LND Webinterface' ${rtlWebinterface})
|
||||||
OPTIONS+=(t 'ThunderHub' ${thunderhub})
|
OPTIONS+=(t 'ThunderHub' ${thunderhub})
|
||||||
OPTIONS+=(l 'LIT (loop, pool, faraday)' ${lit})
|
OPTIONS+=(l 'LIT (loop, pool, faraday)' ${lit})
|
||||||
OPTIONS+=(i 'LNbits' ${LNBits})
|
OPTIONS+=(i 'LNbits' ${LNBits})
|
||||||
@@ -50,7 +50,7 @@ fi
|
|||||||
|
|
||||||
# just available for CLN
|
# just available for CLN
|
||||||
if [ "${lightning}" == "cln" ]; then
|
if [ "${lightning}" == "cln" ]; then
|
||||||
OPTIONS+=(r 'RTL Webinterface' ${crtlWebinterface})
|
OPTIONS+=(r 'RTL C-Lightning Webinterface' ${crtlWebinterface})
|
||||||
OPTIONS+=(k 'Sparko C-Lightning WebWallet' ${sparko})
|
OPTIONS+=(k 'Sparko C-Lightning WebWallet' ${sparko})
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user