diff --git a/Check.pm b/Check.pm index 1044951..7ddcf5c 100644 --- a/Check.pm +++ b/Check.pm @@ -242,7 +242,7 @@ EOF } # End loop -# Time set + # Time set $fullSizeTot = sprintf("%.2f", $fullSizeTot / 1024); $incrSizeTot = sprintf("%.2f", $incrSizeTot / 1024); my $now = timeStamp2(time);