|
|
@ -81,8 +81,8 @@ func main() {
|
|
|
|
warningPrint(fmt.Sprintf("%v. Please modify your config file", err.Error()))
|
|
|
|
warningPrint(fmt.Sprintf("%v. Please modify your config file", err.Error()))
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
errorPrint(fmt.Sprintf("Starting Minio failed: %v. Please make sure your Minio service has started", err.Error()))
|
|
|
|
errorPrint(fmt.Sprintf("Starting Minio failed: %v. Please make sure your Minio service has started", err.Error()))
|
|
|
|
}
|
|
|
|
|
|
|
|
continue
|
|
|
|
continue
|
|
|
|
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
successPrint(fmt.Sprint("Minio starts successfully"))
|
|
|
|
successPrint(fmt.Sprint("Minio starts successfully"))
|
|
|
|
}
|
|
|
|
}
|
|
|
|