@ -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
openim::golang::check_openim_binaries
if [[ $? -ne 0 ]]; then
openim::log::error "OpenIM binaries are not found. Please run 'make build' to build binaries."