mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 02:42:19 +08:00
Merge branch 'main' into add-new-feature-2017
This commit is contained in:
commit
3253da6056
@ -31,7 +31,6 @@ if openim::util::is_running_in_container; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
OPENIM_VERBOSE=4
|
OPENIM_VERBOSE=4
|
||||||
|
|
||||||
openim::log::info "\n# Begin to check all openim service"
|
openim::log::info "\n# Begin to check all openim service"
|
||||||
|
|||||||
@ -67,6 +67,7 @@ if openim::util::is_running_in_container; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
openim::golang::check_openim_binaries
|
openim::golang::check_openim_binaries
|
||||||
if [[ $? -ne 0 ]]; then
|
if [[ $? -ne 0 ]]; then
|
||||||
openim::log::error "OpenIM binaries are not found. Please run 'make build' to build binaries."
|
openim::log::error "OpenIM binaries are not found. Please run 'make build' to build binaries."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user