diff --git a/scripts/check-all.sh b/scripts/check-all.sh index 4850357b4..8e89af79d 100755 --- a/scripts/check-all.sh +++ b/scripts/check-all.sh @@ -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" diff --git a/scripts/start-all.sh b/scripts/start-all.sh index a3d5ede54..419c16628 100755 --- a/scripts/start-all.sh +++ b/scripts/start-all.sh @@ -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."