mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 02:42:19 +08:00
Delete Data Conversion Tool
This commit is contained in:
parent
1e5e116532
commit
03455e8207
@ -119,7 +119,7 @@ func main() {
|
||||
err = check.function(check.config)
|
||||
if err != nil {
|
||||
allSuccess = false
|
||||
colorErrPrint(fmt.Sprintf("Check component: %s, failed: %s", check.name, err.Error()))
|
||||
colorErrPrint(fmt.Sprintf("Check component: %s, failed: %v", check.name, err.Error()))
|
||||
if check.name == "Minio" {
|
||||
if errors.Is(err, errMinioNotEnabled) ||
|
||||
errors.Is(err, errSignEndPoint) ||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user