mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-18 19:50:35 +02:00
new setup: improve capitalization in menu
This commit is contained in:
@@ -55,7 +55,7 @@ if [ "${network}" == "bitcoin" ]; then
|
|||||||
# choose lightning client
|
# choose lightning client
|
||||||
OPTIONS=()
|
OPTIONS=()
|
||||||
OPTIONS+=(LND "LND - Lightning Network Daemon (DEFAULT)")
|
OPTIONS+=(LND "LND - Lightning Network Daemon (DEFAULT)")
|
||||||
OPTIONS+=(CLN "c-lightning by blockstream (fewer Apps)")
|
OPTIONS+=(CLN "C-lightning by Blockstream (fewer apps)")
|
||||||
OPTIONS+=(NONE "Run without Lightning")
|
OPTIONS+=(NONE "Run without Lightning")
|
||||||
CHOICE=$(dialog --clear \
|
CHOICE=$(dialog --clear \
|
||||||
--backtitle "RaspiBlitz ${codeVersion} - Setup" \
|
--backtitle "RaspiBlitz ${codeVersion} - Setup" \
|
||||||
|
Reference in New Issue
Block a user