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")) }