Browse Source

Merge pull request #119 from jagottsicher/master

Updated 70initLND.sh
#146
Christian Rotzoll 6 years ago
committed by GitHub
parent
commit
4cafadbc1c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      home.admin/70initLND.sh

2
home.admin/70initLND.sh

@ -31,7 +31,7 @@ echo ""
chainIsReady=0
while [ ${chainIsReady} -eq 0 ]
do
echo "*** Test if chaninnetwork is ready ..."
echo "*** Test if chainnetwork is ready ..."
date +%s
result=$(${network}-cli getblockchaininfo 2>error.out)
error=`cat error.out`

Loading…
Cancel
Save