From 5e0e5aaf8f6aba8a64c2bd8bd193f74743b054ec Mon Sep 17 00:00:00 2001 From: hanzhixiao <709674996@qq.com> Date: Wed, 9 Aug 2023 15:28:20 +0800 Subject: [PATCH] 815 Signed-off-by: hanzhixiao <709674996@qq.com> --- scripts/docker_start_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docker_start_all.sh b/scripts/docker_start_all.sh index 24a63fef9..303a1d0da 100755 --- a/scripts/docker_start_all.sh +++ b/scripts/docker_start_all.sh @@ -31,7 +31,7 @@ need_to_start_server_shell=( ) component_check=start_component_check.sh -${SCRIPTS_ROOT}/$component_check +$SCRIPTS_ROOT/$component_check if [ $? -ne 0 ]; then # Print error message and exit echo "${BOLD_PREFIX}${RED_PREFIX}Error executing ${component_check}. Exiting...${COLOR_SUFFIX}"