diff --git a/supporting_scripts/extract_number_of_server_starts.sh b/supporting_scripts/extract_number_of_server_starts.sh index cc87238d4776..3677527b6f20 100644 --- a/supporting_scripts/extract_number_of_server_starts.sh +++ b/supporting_scripts/extract_number_of_server_starts.sh @@ -9,8 +9,8 @@ then exit 1 fi -if [[ $numberOfStarts -gt 4 ]] +if [[ $numberOfStarts -gt 5 ]] then - echo "The number of Server Starts should not be greater than 4!" + echo "The number of Server Starts should not be greater than 5!" exit 1 fi