This commit is contained in:
Raneet Debnath 2022-11-17 12:02:00 +05:30
parent e004e5f298
commit 5f0fc27fea

View file

@ -24,7 +24,7 @@ do
#exit 1
else
echo "State Sync occured!"
$count=$count+1
count=$((count+1))
fi
checkpointID=$(curl -sL http://localhost:1317/checkpoints/latest | jq .result.id)
@ -34,7 +34,7 @@ do
#exit 1
else
echo "Found checkpoint ID:" $checkpointID
$count=$count+1
count=$((count+1))
fi
if [ $count -eq 2 ]; then