From 7264ccb83b032174a47b7d80ee8389cf51cbe747 Mon Sep 17 00:00:00 2001 From: Heuzef Date: Fri, 4 Oct 2019 12:04:15 +0200 Subject: [PATCH] revert --- Check.pm | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Check.pm b/Check.pm index 17746dd..0e21267 100644 --- a/Check.pm +++ b/Check.pm @@ -31,7 +31,7 @@ sub action { # Init my($fullTot, $fullSizeTot, $incrTot, $incrSizeTot, $str, - $strNone, $strGood, $hostCntGood, $hostCntNone, $head_content); + $strNone, $strGood, $hostCntGood, $hostCntNone); $hostCntGood = $hostCntNone = 0; GetStatusInfo("hosts info"); @@ -250,14 +250,8 @@ EOF my $DUmaxTime = timeStamp2($Info{DUDailyMaxTime}); my $DUInodemaxTime = timeStamp2($Info{DUInodeDailyMaxTime}); - # Show header - $head_content = <{BackupPC_Check}}"); - Header("BackupPC: Check", $content, $header); + Header("BackupPC: Check", $content); Trailer(); }