diff --git a/check_size_consistency.pl b/check_size_consistency.pl index fa8d82c..2dec277 100644 --- a/check_size_consistency.pl +++ b/check_size_consistency.pl @@ -171,6 +171,7 @@ EOF # print("full_size : $json->{full_size}"); # print("\n----------------\n"); # print("\n----------------\n"); +# print("Size Consistency : "); # TOO SMALL ? my $toosmall = "true"; @@ -189,11 +190,12 @@ else { $toobig = "true"; } -print("Size Consistency : "); +# Print result if ( $toosmall == "false" && $toobig == "false" ) { print("Normal"); } else { print("ANOMALOUS"); } + exit(0);