mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-29 13:02:35 +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)
|
lndSyncing=$(sudo -u bitcoin lncli getinfo | jq -r '.synced_to_chain' | grep -c false)
|
||||||
if [ ${locked} -gt 0 ]; then
|
if [ ${locked} -gt 0 ]; then
|
||||||
# LND wallet is locked
|
# LND wallet is locked
|
||||||
./unlockLND.sh
|
./AAunlockLND.sh
|
||||||
./10setupBlitz.sh
|
./10setupBlitz.sh
|
||||||
elif [ ${lndSyncing} -gt 0 ]; then
|
elif [ ${lndSyncing} -gt 0 ]; then
|
||||||
./70initLND.sh
|
./70initLND.sh
|
||||||
|
Reference in New Issue
Block a user