mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-18 20:19:14 +08:00
815
Signed-off-by: hanzhixiao <709674996@qq.com>
This commit is contained in:
parent
746e4b91f4
commit
cc25f074bb
@ -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
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -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"))
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user