Browse Source

activate seed word list again

master
Christian Rotzoll 6 years ago
parent
commit
656f37f8b5
  1. 2
      home.admin/70initLND.sh

2
home.admin/70initLND.sh

@ -228,7 +228,7 @@ or having a complete LND rescue-backup from your old node.
fi fi
# get seed word list # get seed word list
if [ "${CHOICE}" == "!SEED+SCB" ] || [ "${CHOICE}" == "!ONLYSEED" ]; then if [ "${CHOICE}" == "SEED+SCB" ] || [ "${CHOICE}" == "ONLYSEED" ]; then
# dialog to enter # 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 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…
Cancel
Save