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