mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
add RTL description
This commit is contained in:
parent
840014a1c7
commit
1703c7c354
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ OPTIONS+=(a 'Mempool Space' ${mempoolExplorer})
|
|||
|
||||
# just available for LND
|
||||
if [ "${lightning}" == "lnd" ]; then
|
||||
OPTIONS+=(r 'RTL Webinterface' ${rtlWebinterface})
|
||||
OPTIONS+=(r 'RTL LND Webinterface' ${rtlWebinterface})
|
||||
OPTIONS+=(t 'ThunderHub' ${thunderhub})
|
||||
OPTIONS+=(l 'LIT (loop, pool, faraday)' ${lit})
|
||||
OPTIONS+=(i 'LNbits' ${LNBits})
|
||||
|
@ -50,7 +50,7 @@ fi
|
|||
|
||||
# just available for CLN
|
||||
if [ "${lightning}" == "cln" ]; then
|
||||
OPTIONS+=(r 'RTL Webinterface' ${crtlWebinterface})
|
||||
OPTIONS+=(r 'RTL C-Lightning Webinterface' ${crtlWebinterface})
|
||||
OPTIONS+=(k 'Sparko C-Lightning WebWallet' ${sparko})
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue