diff --git a/scripts/docker_start_all.sh b/scripts/docker_start_all.sh index 303a1d0da6..9b10f48f3d 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 63cd6e1fd6..bb68546c76 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