master
Heuzef 5 years ago
parent 7d5aecf2b3
commit 5402075676
  1. 2
      Check.pm

@ -123,7 +123,7 @@ sub action
$sizeConsistencyColor = "Gray"; $sizeConsistencyColor = "Gray";
$sizeConsistency = "Not enough backups"; $sizeConsistency = "Not enough backups";
} }
else ( not $toobig and not $toosmall and not $idBackup < 4) { elsif ( not $toobig and not $toosmall and not $idBackup < 4) {
$sizeConsistencyColor = "MediumSeaGreen"; $sizeConsistencyColor = "MediumSeaGreen";
$sizeConsistency = "Normal"; $sizeConsistency = "Normal";
} }

Loading…
Cancel
Save