|
|
@ -119,6 +119,7 @@ func main() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
if allSuccess {
|
|
|
|
if allSuccess {
|
|
|
|
component.SuccessPrint("All components started successfully!")
|
|
|
|
component.SuccessPrint("All components started successfully!")
|
|
|
|
return
|
|
|
|
return
|
|
|
@ -127,7 +128,6 @@ func main() {
|
|
|
|
component.ErrorPrint("Some components checked failed!")
|
|
|
|
component.ErrorPrint("Some components checked failed!")
|
|
|
|
os.Exit(-1)
|
|
|
|
os.Exit(-1)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var errMinioNotEnabled = errors.New("minio.Enable is not configured to use MinIO")
|
|
|
|
var errMinioNotEnabled = errors.New("minio.Enable is not configured to use MinIO")
|
|
|
|
|
|
|
|
|
|
|
|