mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
commit
006e0473a8
1 changed files with 2 additions and 2 deletions
|
@ -172,7 +172,7 @@ if [ ${walletExists} -eq 0 ]; then
|
||||||
|
|
||||||
# UI: Ask if user wants NEW wallet or RECOVER a wallet
|
# UI: Ask if user wants NEW wallet or RECOVER a wallet
|
||||||
OPTIONS=(NEW "Setup a brand new Lightning Node (DEFAULT)" \
|
OPTIONS=(NEW "Setup a brand new Lightning Node (DEFAULT)" \
|
||||||
OLD "I had a old Node I want to recover/restore")
|
OLD "I had an old Node I want to recover/restore")
|
||||||
CHOICE=$(dialog --backtitle "RaspiBlitz" --clear --title "LND Setup" --menu "LND Data & Wallet" 11 60 6 "${OPTIONS[@]}" 2>&1 >/dev/tty)
|
CHOICE=$(dialog --backtitle "RaspiBlitz" --clear --title "LND Setup" --menu "LND Data & Wallet" 11 60 6 "${OPTIONS[@]}" 2>&1 >/dev/tty)
|
||||||
echo "choice($CHOICE)"
|
echo "choice($CHOICE)"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue