mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 15:10:38 +01:00
fix syntax
This commit is contained in:
parent
56b3a72e74
commit
59f6367d4b
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ lightning=""
|
||||||
# chose blockchain
|
# chose blockchain
|
||||||
OPTIONS=()
|
OPTIONS=()
|
||||||
OPTIONS+=(BITCOIN "Setup BITCOIN Blockchain (BitcoinCore)")
|
OPTIONS+=(BITCOIN "Setup BITCOIN Blockchain (BitcoinCore)")
|
||||||
OPTIONS+=(LITECOIN "Setup LITECOIN Blockchain"))
|
OPTIONS+=(LITECOIN "Setup LITECOIN Blockchain")
|
||||||
CHOICE=$(dialog --clear \
|
CHOICE=$(dialog --clear \
|
||||||
--backtitle "RaspiBlitz ${codeVersion} - Setup" \
|
--backtitle "RaspiBlitz ${codeVersion} - Setup" \
|
||||||
--title "⚡ Blockchain ⚡" \
|
--title "⚡ Blockchain ⚡" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue