Merge branch 'main' into add-new-feature-2017

pull/2018/head
skiffer-git 2 years ago committed by GitHub
commit 3253da6056
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -31,7 +31,6 @@ if openim::util::is_running_in_container; then
fi
OPENIM_VERBOSE=4
openim::log::info "\n# Begin to check all openim service"

@ -67,6 +67,7 @@ if openim::util::is_running_in_container; then
fi
openim::golang::check_openim_binaries
if [[ $? -ne 0 ]]; then
openim::log::error "OpenIM binaries are not found. Please run 'make build' to build binaries."

Loading…
Cancel
Save