unlock LN fix

This commit is contained in:
rootzoll
2018-07-27 18:30:53 +02:00
parent 21ba4fd244
commit 967a2a37be

View File

@@ -15,7 +15,7 @@ if [ ${lndRunning} -eq 1 ]; then
lndSyncing=$(sudo -u bitcoin lncli getinfo | jq -r '.synced_to_chain' | grep -c false)
if [ ${locked} -gt 0 ]; then
# LND wallet is locked
./unlockLND.sh
./AAunlockLND.sh
./10setupBlitz.sh
elif [ ${lndSyncing} -gt 0 ]; then
./70initLND.sh