feat: add more options

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw-openim)
2023-08-22 11:24:37 +08:00
parent d3364e374f
commit ae0d16b06a
6 changed files with 424 additions and 14 deletions
+5 -2
View File
@@ -67,8 +67,11 @@ else
echo "++++ Check all dependent service ports successfully !"
fi
set -e
echo
echo "## Check all OpenIM service ports"
echo -e "\n## Check OpenIM service name"
. $(dirname ${BASH_SOURCE})/install/openim-msgtransfer.sh openim::msgtransfer::check || return 0
echo -e "\n## Check all OpenIM service ports"
echo "+++ The port being checked: ${OPENIM_SERVER_PORT_LISTARIES[@]}"
openim::util::check_ports ${OPENIM_SERVER_PORT_LISTARIES[@]}
if [[ $? -ne 0 ]]; then