Signed-off-by: hanzhixiao <709674996@qq.com>
This commit is contained in:
hanzhixiao 2023-08-09 12:04:56 +08:00
parent 42dfacb285
commit e7043a1668
2 changed files with 1 additions and 2 deletions

View File

@ -34,6 +34,5 @@ echo -e "${YELLOW_PREFIX}=======>$PWD${COLOR_SUFFIX}"
cmd="./${component_check}"
echo "==========================start components checking===========================">>$OPENIM_ROOT/logs/openIM.log
$cmd
exit 1

View File

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