mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-03 18:09:03 +02:00
@@ -31,7 +31,7 @@ echo ""
|
|||||||
chainIsReady=0
|
chainIsReady=0
|
||||||
while [ ${chainIsReady} -eq 0 ]
|
while [ ${chainIsReady} -eq 0 ]
|
||||||
do
|
do
|
||||||
echo "*** Test if chaninnetwork is ready ..."
|
echo "*** Test if chainnetwork is ready ..."
|
||||||
date +%s
|
date +%s
|
||||||
result=$(${network}-cli getblockchaininfo 2>error.out)
|
result=$(${network}-cli getblockchaininfo 2>error.out)
|
||||||
error=`cat error.out`
|
error=`cat error.out`
|
||||||
|
Reference in New Issue
Block a user