From 709c403288e665a4083d020a6013b6b948927974 Mon Sep 17 00:00:00 2001 From: Heuzef Date: Thu, 19 Sep 2019 15:42:49 +0200 Subject: [PATCH] fix var --- check_size_consistency.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_size_consistency.pl b/check_size_consistency.pl index c0f7b38..d210984 100644 --- a/check_size_consistency.pl +++ b/check_size_consistency.pl @@ -62,7 +62,7 @@ $maxErrors = $conf->{MaxXferError} if (defined $conf->{MaxXferError}); print<<"EOF"; -Full Size of last backup : $fullSize +Full Size of last backup : $fullSize0 Full Size of last -1 : $fullSize1 Full Size of last -2 : $fullSize2 EOF