add date to logout to se change

This commit is contained in:
rootzoll 2018-09-17 10:42:26 +02:00
parent df856332fb
commit 8277b96fb9

View File

@ -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