docs: update oepnim docs openim-tools images

pull/1748/head
Xinwei Xiong 2 years ago committed by GitHub
parent d236f4070c
commit 760a119015
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save