Signed-off-by: hanzhixiao <709674996@qq.com>
This commit is contained in:
hanzhixiao 2023-08-09 12:04:56 +08:00
parent 746e4b91f4
commit cc25f074bb
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}" cmd="./${component_check}"
echo "==========================start components checking===========================">>$OPENIM_ROOT/logs/openIM.log echo "==========================start components checking===========================">>$OPENIM_ROOT/logs/openIM.log
$cmd $cmd
exit 1

View File

@ -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"))
} }