mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +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
|
||||
OPTIONS=()
|
||||
OPTIONS+=(BITCOIN "Setup BITCOIN Blockchain (BitcoinCore)")
|
||||
OPTIONS+=(LITECOIN "Setup LITECOIN Blockchain"))
|
||||
OPTIONS+=(LITECOIN "Setup LITECOIN Blockchain")
|
||||
CHOICE=$(dialog --clear \
|
||||
--backtitle "RaspiBlitz ${codeVersion} - Setup" \
|
||||
--title "⚡ Blockchain ⚡" \
|
||||
|
|
Loading…
Add table
Reference in a new issue