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