mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-19 20:57:03 +08:00
815
Signed-off-by: hanzhixiao <709674996@qq.com>
This commit is contained in:
parent
5d12d6eb0d
commit
fee6c3e6ba
@ -23,7 +23,6 @@ OPENIM_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
|
|||||||
|
|
||||||
#fixme Put the shell scripts name here
|
#fixme Put the shell scripts name here
|
||||||
need_to_start_server_shell=(
|
need_to_start_server_shell=(
|
||||||
${SCRIPTS_ROOT}/start_component_check.sh
|
|
||||||
${SCRIPTS_ROOT}/start_rpc_service.sh
|
${SCRIPTS_ROOT}/start_rpc_service.sh
|
||||||
${SCRIPTS_ROOT}/msg_gateway_start.sh
|
${SCRIPTS_ROOT}/msg_gateway_start.sh
|
||||||
${SCRIPTS_ROOT}/push_start.sh
|
${SCRIPTS_ROOT}/push_start.sh
|
||||||
|
|||||||
@ -31,7 +31,7 @@ logs_dir="$OPENIM_ROOT/logs"
|
|||||||
|
|
||||||
cd ${component_check_binary_root}
|
cd ${component_check_binary_root}
|
||||||
echo -e "${YELLOW_PREFIX}=======>$PWD${COLOR_SUFFIX}"
|
echo -e "${YELLOW_PREFIX}=======>$PWD${COLOR_SUFFIX}"
|
||||||
cmd="nohup ./${component_check}"
|
cmd="./${component_check}"
|
||||||
echo "==========================start components checking===========================">>$OPENIM_ROOT/logs/openIM.log
|
echo "==========================start components checking===========================">>$OPENIM_ROOT/logs/openIM.log
|
||||||
$cmd
|
$cmd
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user