mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 19:02:31 +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)
|
err = check.function(check.config)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
allSuccess = false
|
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 check.name == "Minio" {
|
||||||
if errors.Is(err, errMinioNotEnabled) ||
|
if errors.Is(err, errMinioNotEnabled) ||
|
||||||
errors.Is(err, errSignEndPoint) ||
|
errors.Is(err, errSignEndPoint) ||
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user