fix syntax

This commit is contained in:
rootzoll 2021-07-17 16:55:34 +02:00
parent afad204944
commit 53428fb2fe

View File

@ -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}")