feat: add test file

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw-openim)
2023-08-28 17:36:59 +08:00
parent 43bdd4126a
commit 270e14dcfc
3 changed files with 3 additions and 7 deletions
+1 -1
View File
@@ -102,7 +102,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() {