From f40356ba390e94216c9b02dc6fd225016a1fd621 Mon Sep 17 00:00:00 2001 From: hanzhixiao <709674996@qq.com> Date: Wed, 9 Aug 2023 18:35:45 +0800 Subject: [PATCH] 815 Signed-off-by: hanzhixiao <709674996@qq.com> --- scripts/start_all.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/start_all.sh b/scripts/start_all.sh index bb68546c7..63cd6e1fd 100755 --- a/scripts/start_all.sh +++ b/scripts/start_all.sh @@ -82,6 +82,7 @@ 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