Browse Source
Merge pull request #119 from jagottsicher/master
Updated 70initLND.sh
#146
Christian Rotzoll
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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` |
|
|
|