Merge branch 'release-v3.6' into fix-bug-2039-3.6

This commit is contained in:
skiffer-git
2024-03-08 16:11:27 +08:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -101,7 +101,11 @@ function openim::tools::start_service() {
cmd="${cmd} --prometheus_port ${prometheus_port}"
fi
openim::log::status "Starting binary ${binary_name}..."
${cmd}
local status=$?
if [ $status -eq 0 ]; then