From fcfc664176444d51d03b7e318737ecf052b84af9 Mon Sep 17 00:00:00 2001 From: hanzhixiao <709674996@qq.com> Date: Wed, 9 Aug 2023 18:40:27 +0800 Subject: [PATCH] 815 Signed-off-by: hanzhixiao <709674996@qq.com> --- scripts/docker_start_all.sh | 1 + scripts/start_all.sh | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docker_start_all.sh b/scripts/docker_start_all.sh index 303a1d0da..9b10f48f3 100755 --- a/scripts/docker_start_all.sh +++ b/scripts/docker_start_all.sh @@ -31,6 +31,7 @@ need_to_start_server_shell=( ) component_check=start_component_check.sh +chmod +x ./$component_check $SCRIPTS_ROOT/$component_check if [ $? -ne 0 ]; then # Print error message and exit diff --git a/scripts/start_all.sh b/scripts/start_all.sh index 63cd6e1fd..bb68546c7 100755 --- a/scripts/start_all.sh +++ b/scripts/start_all.sh @@ -82,7 +82,6 @@ echo -e "" chmod +x $component_check echo -e "=========> ${BACKGROUND_GREEN}Executing ${component_check}...${COLOR_SUFFIX}" echo -e "" -chmod +x ./$component_check ./$component_check if [ $? -ne 0 ]; then # Print error message and exit