diff --git a/scripts/start_all.sh b/scripts/start_all.sh index c4529b32d..0797f5825 100755 --- a/scripts/start_all.sh +++ b/scripts/start_all.sh @@ -104,7 +104,7 @@ for i in ${need_to_start_server_shell[*]}; do # Check if the script executed successfully if [ $? -ne 0 ]; then # Print error message and exit - echo "${BOLD_PREFIX}${RED_PREFIX}Error executing ${i}. Exiting...${COLOR_SUFFIX}" + echo "${RED_BOLD}Error executing ${i}. Exiting...${COLOR_SUFFIX}" exit -1 fi done