mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 21:29:29 +02:00
add date to logout to se change
This commit is contained in:
parent
df856332fb
commit
8277b96fb9
@ -32,6 +32,7 @@ chainIsReady=0
|
||||
while [ ${chainIsReady} -eq 0 ]
|
||||
do
|
||||
echo "*** Test if chaninnetwork is ready ..."
|
||||
date +%s
|
||||
result=$(${network}-cli getblockchaininfo 2>error.out)
|
||||
error=`cat error.out`
|
||||
rm error.out
|
||||
|
Loading…
x
Reference in New Issue
Block a user