new setup: improve capitalization in menu

This commit is contained in:
openoms
2021-07-07 11:06:42 +01:00
parent e8e7f3fafa
commit 7861e07282

View File

@@ -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" \