From 66bf8496b807e1c8f9b46410e698952eeca41d92 Mon Sep 17 00:00:00 2001 From: Xinwei Xiong <3293172751@qq.com> Date: Fri, 12 Jan 2024 13:43:09 +0800 Subject: [PATCH] Update openim-tools.sh --- scripts/install/openim-tools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install/openim-tools.sh b/scripts/install/openim-tools.sh index 72d05fd72..a369a8158 100755 --- a/scripts/install/openim-tools.sh +++ b/scripts/install/openim-tools.sh @@ -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