mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-19 12:10:33 +02:00
lnd.unlock: fix typo
This commit is contained in:
@@ -77,7 +77,7 @@ while [ ${fallback} -eq 0 ]
|
||||
recoveryOption=""
|
||||
if [ "${fundRecovery}" == "1" ]; then
|
||||
recoveryOption="--recovery_window=1000 "
|
||||
echo "# runnign unlock with ${recoveryOption}"
|
||||
echo "# running unlock with ${recoveryOption}"
|
||||
fi
|
||||
result=$(echo "$passwordC" | $lncli_alias unlock ${recoveryOption}--stdin 2>&1)
|
||||
wasUnlocked=$(echo "${result}" | grep -c 'successfully unlocked')
|
||||
|
Reference in New Issue
Block a user