From 399e98ef5d09508362f7345a44deaa5bbc5560dd Mon Sep 17 00:00:00 2001 From: hanzhixiao <709674996@qq.com> Date: Wed, 9 Aug 2023 10:40:59 +0800 Subject: [PATCH] 815 Signed-off-by: hanzhixiao <709674996@qq.com> --- scripts/docker_start_all.sh | 1 - scripts/start_component_check.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/docker_start_all.sh b/scripts/docker_start_all.sh index 28fc86462..f617c5057 100755 --- a/scripts/docker_start_all.sh +++ b/scripts/docker_start_all.sh @@ -23,7 +23,6 @@ OPENIM_ROOT=$(dirname "${BASH_SOURCE[0]}")/.. #fixme Put the shell scripts name here need_to_start_server_shell=( - ${SCRIPTS_ROOT}/start_component_check.sh ${SCRIPTS_ROOT}/start_rpc_service.sh ${SCRIPTS_ROOT}/msg_gateway_start.sh ${SCRIPTS_ROOT}/push_start.sh diff --git a/scripts/start_component_check.sh b/scripts/start_component_check.sh index 8e1f688ca..f0358c6f9 100644 --- a/scripts/start_component_check.sh +++ b/scripts/start_component_check.sh @@ -31,7 +31,7 @@ logs_dir="$OPENIM_ROOT/logs" cd ${component_check_binary_root} echo -e "${YELLOW_PREFIX}=======>$PWD${COLOR_SUFFIX}" -cmd="nohup ./${component_check}" +cmd="./${component_check}" echo "==========================start components checking===========================">>$OPENIM_ROOT/logs/openIM.log $cmd