mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-21 22:14:50 +02:00
fix syntax
This commit is contained in:
parent
afad204944
commit
53428fb2fe
@ -369,7 +369,7 @@ if [ "${lightning}" == "cln" ]; then
|
||||
fi
|
||||
|
||||
# OLD WALLET FROM SEEDWORDS
|
||||
else [ "${seedWords}" != "" ]; then
|
||||
elif [ "${seedWords}" != "" ]; then
|
||||
|
||||
source <(sudo /home/admin/config.scripts/cln.hsmtool.sh seed-force mainnet "${seedWords}" "${seedPassword}")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user