docker-compose check service of kafka in shell

This commit is contained in:
Away 2021-09-25 16:10:34 +08:00
parent 5a276064e0
commit f161f55ecb

View File

@ -26,7 +26,7 @@ for ((i = 0; i < ${#docker_compose_components[*]}; i++)); do
fi
done
if [ ${component_server_count} -eq 6 ]; then
if [ ${component_server_count} -eq 7 ]; then
echo -e "${YELLOW_PREFIX}\ndocker-compose all services is Up!${COLOR_SUFFIX}"
else
echo -e "${RED_PREFIX}\nsome docker-compose services start failed,please check red logs on console ${COLOR_SUFFIX}"