Update openim-tools.sh

pull/1748/head
Xinwei Xiong 2 years ago committed by GitHub
parent ce32c8d9c1
commit 66bf8496b8
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}"fi
cmd="${cmd} --port ${service_port}"
fi
if [ -n "${prometheus_port}" ]; then

Loading…
Cancel
Save