mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 19:21:57 +02:00
parameter correctly
This commit is contained in:
@@ -331,7 +331,7 @@ to protect the seed words. Most users did not set this.
|
|||||||
|
|
||||||
# trigger wallet recovery
|
# trigger wallet recovery
|
||||||
source /home/admin/python-env-lnd/bin/activate
|
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
|
# check if wallet was created for real
|
||||||
if [ ${#err} -eq 0 ]; then
|
if [ ${#err} -eq 0 ]; then
|
||||||
@@ -349,6 +349,7 @@ Looks good :) LND was able to recover the wallet.
|
|||||||
else
|
else
|
||||||
whiptail --title " FAIL " --msgbox "
|
whiptail --title " FAIL " --msgbox "
|
||||||
Something went wrong - see info below:
|
Something went wrong - see info below:
|
||||||
|
|
||||||
${err}
|
${err}
|
||||||
${errMore}
|
${errMore}
|
||||||
" 13 72
|
" 13 72
|
||||||
|
Reference in New Issue
Block a user