Update openim-tools.sh

This commit is contained in:
Xinwei Xiong 2024-01-12 13:43:09 +08:00 committed by GitHub
parent ce32c8d9c1
commit 66bf8496b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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