mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-02 18:34:29 +08:00
Merge branch 'release-v3.6' into delete-log-3.6
This commit is contained in:
commit
db50e87eb9
@ -101,7 +101,13 @@ function openim::tools::start_service() {
|
||||
cmd="${cmd} --prometheus_port ${prometheus_port}"
|
||||
fi
|
||||
openim::log::status "Starting binary ${binary_name}..."
|
||||
|
||||
|
||||
|
||||
${cmd}
|
||||
|
||||
|
||||
|
||||
local status=$?
|
||||
|
||||
if [ $status -eq 0 ]; then
|
||||
|
||||
@ -103,6 +103,7 @@ func main() {
|
||||
if !check.flag {
|
||||
err = check.function(check.config)
|
||||
if err != nil {
|
||||
|
||||
if check.name == "Minio" {
|
||||
if errors.Is(err, errMinioNotEnabled) {
|
||||
fmt.Println(err.Error(), " check ", check.name)
|
||||
@ -114,6 +115,7 @@ func main() {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
component.ErrorPrint(fmt.Sprintf("Starting %s failed:%v.", check.name, errs.Unwrap(err).Error()))
|
||||
if strings.Contains(errs.Unwrap(err).Error(), "connection refused") ||
|
||||
strings.Contains(errs.Unwrap(err).Error(), "timeout") ||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user