Skip to content

Commit

Permalink
whatever
Browse files Browse the repository at this point in the history
  • Loading branch information
bassner committed Sep 11, 2023
1 parent c0bd96e commit 2f5a008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions supporting_scripts/extract_number_of_server_starts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2f5a008

Please sign in to comment.