Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
michalmedvecky committed Nov 9, 2017
1 parent 99ec2e8 commit af12dc9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions check-galera.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ if [ $cluster_size -gt $(( $1 / 2 )) ]; then
exit 1
fi

echo $cluster_size
echo $(( $1 / 2 + 1 ))

if [ $cluster_size -le $(( $1 / 2 )) ]; then
echo "CRITICAL: Cluster size is $cluster_size"
exit 2
Expand Down

0 comments on commit af12dc9

Please sign in to comment.