mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-05 20:11:14 +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
|
||||
printf "Specifying service port: %s\n" "${service_port}"
|
||||
cmd="${cmd} --port ${service_port}"
|
||||
cmd="${cmd} --port ${service_port}"fi
|
||||
fi
|
||||
|
||||
if [ -n "${prometheus_port}" ]; then
|
||||
@ -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…
x
Reference in New Issue
Block a user