mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
docs: update oepnim docs openim-tools images
This commit is contained in:
parent
d236f4070c
commit
760a119015
@ -96,7 +96,7 @@ function openim::tools::start_service() {
|
|||||||
|
|
||||||
if [ -n "${service_port}" ]; then
|
if [ -n "${service_port}" ]; then
|
||||||
printf "Specifying service port: %s\n" "${service_port}"
|
printf "Specifying service port: %s\n" "${service_port}"
|
||||||
cmd="${cmd} --port ${service_port}"
|
cmd="${cmd} --port ${service_port}"fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "${prometheus_port}" ]; then
|
if [ -n "${prometheus_port}" ]; then
|
||||||
@ -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