From cc25f074bbd67540e3aeef061721ec1012c3f8bc Mon Sep 17 00:00:00 2001 From: hanzhixiao <709674996@qq.com> Date: Wed, 9 Aug 2023 12:04:56 +0800 Subject: [PATCH] 815 Signed-off-by: hanzhixiao <709674996@qq.com> --- scripts/start_component_check.sh | 1 - tools/component/main.go | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/start_component_check.sh b/scripts/start_component_check.sh index 87fb4c762..f0358c6f9 100644 --- a/scripts/start_component_check.sh +++ b/scripts/start_component_check.sh @@ -34,6 +34,5 @@ echo -e "${YELLOW_PREFIX}=======>$PWD${COLOR_SUFFIX}" cmd="./${component_check}" echo "==========================start components checking===========================">>$OPENIM_ROOT/logs/openIM.log $cmd -exit 1 diff --git a/tools/component/main.go b/tools/component/main.go index adea21a51..fbb4c319b 100644 --- a/tools/component/main.go +++ b/tools/component/main.go @@ -81,8 +81,8 @@ func main() { warningPrint(fmt.Sprintf("%v. Please modify your config file", err.Error())) } else { errorPrint(fmt.Sprintf("Starting Minio failed: %v. Please make sure your Minio service has started", err.Error())) + continue } - continue } else { successPrint(fmt.Sprint("Minio starts successfully")) }