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

docs: update oepnim docs openim-tools images
pull/1758/head
Xinwei Xiong 10 months ago committed by GitHub
commit c4a140043c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save