mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-10 21:00:36 +02:00
Updated 70initLND.sh
Corrected tiny typo chaninnetwort => chainnetwork which made me feel disturbed whenever updating. :-)
This commit is contained in:
parent
d3b952690c
commit
02b6963ecc
@ -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…
x
Reference in New Issue
Block a user