mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-20 04:37:19 +02:00
unlock LN fix
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user