diff --git a/scripts/start_all.sh b/scripts/start_all.sh index e954d7970..2115d40f9 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 -e"${RED_PREFIX}${BOLD_PREFIX}Error executing ${i}. Exiting...${COLOR_SUFFIX}" + echo -e "${RED_PREFIX}${BOLD_PREFIX}Error executing ${i}. Exiting...${COLOR_SUFFIX}" exit -1 fi done