Signed-off-by: hanzhixiao <709674996@qq.com>
pull/828/head
hanzhixiao 2 years ago
parent c2295b0322
commit 399e98ef5d

@ -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…
Cancel
Save