Browse Source

unlock LN fix

#146
rootzoll 7 years ago
parent
commit
967a2a37be
  1. 2
      home.admin/10setupBlitz.sh

2
home.admin/10setupBlitz.sh

@ -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

Loading…
Cancel
Save