From 70058bfe1546a3d4fb6bc9e73ec912195bf1ebf2 Mon Sep 17 00:00:00 2001 From: Heuzef Date: Wed, 25 Sep 2019 15:37:51 +0200 Subject: [PATCH] Testing --- backuppc_check.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backuppc_check.pl b/backuppc_check.pl index 590c94a..29ee01e 100644 --- a/backuppc_check.pl +++ b/backuppc_check.pl @@ -83,6 +83,8 @@ print("Errors : $json->{errors}"); print("\n"); print("Size Consistency : "); +$json->{new_size} == "20"; + # TOO BIG ? my $toobig = "1"; if ( $json->{new_size} > ($json->{new_size_q3} + $json->{new_size_q3} - $json->{new_size_q1}) * 1.5 && $json->{new_size} > $json->{new_size_avg} * 6 ) {