mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
activate seed word list again
This commit is contained in:
parent
4807e17e44
commit
656f37f8b5
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ or having a complete LND rescue-backup from your old node.
|
|||
fi
|
||||
|
||||
# get seed word list
|
||||
if [ "${CHOICE}" == "!SEED+SCB" ] || [ "${CHOICE}" == "!ONLYSEED" ]; then
|
||||
if [ "${CHOICE}" == "SEED+SCB" ] || [ "${CHOICE}" == "ONLYSEED" ]; then
|
||||
|
||||
# dialog to enter
|
||||
dialog --backtitle "RaspiBlitz - LND Recover" --inputbox "Please enter/paste the SEED WORD LIST:\n(just the words, seperated by commas, in correct order as numbered)" 9 78 2>/home/admin/.seed.tmp
|
||||
|
|
Loading…
Add table
Reference in a new issue