mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 10:12:06 +01:00
parameter correctly
This commit is contained in:
parent
362c0d6244
commit
26d1975a30
@ -331,7 +331,7 @@ to protect the seed words. Most users did not set this.
|
||||
|
||||
# trigger wallet recovery
|
||||
source /home/admin/python-env-lnd/bin/activate
|
||||
source <(python /home/admin/config.scripts/lnd.initwallet.py seed ${passwordC} ${wordstring} ${passwordD})
|
||||
source <(python /home/admin/config.scripts/lnd.initwallet.py seed ${passwordC} "${wordstring}" ${passwordD})
|
||||
|
||||
# check if wallet was created for real
|
||||
if [ ${#err} -eq 0 ]; then
|
||||
@ -349,6 +349,7 @@ Looks good :) LND was able to recover the wallet.
|
||||
else
|
||||
whiptail --title " FAIL " --msgbox "
|
||||
Something went wrong - see info below:
|
||||
|
||||
${err}
|
||||
${errMore}
|
||||
" 13 72
|
||||
|
Loading…
Reference in New Issue
Block a user