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