未验证 提交 d793be55 编写于 作者: Z zhuwenxing 提交者: GitHub

[skip ci]Fix typo in scripts (#9421)

Signed-off-by: Nzhuwenxing <wenxing.zhu@zilliz.com>
上级 a4cffb7f
......@@ -74,7 +74,7 @@ function replace_image_tag {
#to check containers all running and minio is healthy
function check_healthy {
cnt=$(docker-compose ps | grep -E "running|Running|Up|up" | wc -l)
healthy=$(docker-compose ps | grep "Healthy" | wc -l)
healthy=$(docker-compose ps | grep "healthy" | wc -l)
time_cnt=0
echo "running num $cnt expect num $Expect"
echo "healthy num $healthy expect num $Expect_health"
......@@ -90,7 +90,7 @@ function check_healthy {
error_exit
fi
cnt=$(docker-compose ps | grep -E "running|Running|Up|up" | wc -l)
healthy=`docker-compose ps | grep "healthy" | wc -l`
healthy=$(docker-compose ps | grep "healthy" | wc -l)
echo "running num $cnt expect num $Expect"
echo "healthy num $healthy expect num $Expect_health"
done
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册