mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
Merge pull request #1748 from openimsdk/feat/add-openim-docs
docs: update oepnim docs openim-tools images
This commit is contained in:
commit
c4a140043c
@ -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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user