mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-22 16:10:55 +02:00
fix syntax
This commit is contained in:
@@ -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}")
|
||||
|
||||
|
Reference in New Issue
Block a user