mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-12 13:49:38 +02:00
add debug echos
This commit is contained in:
parent
cb04f09483
commit
1d0d368b83
@ -371,6 +371,7 @@ if [ "${lightning}" == "cln" ]; then
|
||||
# OLD WALLET FROM SEEDWORDS
|
||||
elif [ "${seedWords}" != "" ]; then
|
||||
|
||||
echo "Restore CLN wallet from seedWords ..." >> ${logFile}
|
||||
source <(sudo /home/admin/config.scripts/cln.hsmtool.sh seed-force mainnet "${seedWords}" "${seedPassword}")
|
||||
|
||||
# check if wallet really got created
|
||||
@ -385,6 +386,8 @@ if [ "${lightning}" == "cln" ]; then
|
||||
# NEW WALLET
|
||||
else
|
||||
|
||||
echo "Generare new CLN wallet ..." >> ${logFile}
|
||||
|
||||
# generate new wallet
|
||||
source <(sudo /home/admin/config.scripts/cln.hsmtool.sh new-force mainnet)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user