Merge pull request #1748 from openimsdk/feat/add-openim-docs

docs: update oepnim docs openim-tools images
This commit is contained in:
Xinwei Xiong 2024-01-12 13:49:04 +08:00 committed by GitHub
commit c4a140043c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,7 @@ function openim::tools::start_service() {
cmd="${cmd} --prometheus_port ${prometheus_port}" cmd="${cmd} --prometheus_port ${prometheus_port}"
fi fi
openim::log::info "Starting ${binary_name}..." openim::log::info "Starting ${binary_name}..."
${cmd} ${cmd} >> "${LOG_FILE}" 2>&1 &
} }
function openim::tools::start() { function openim::tools::start() {