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

@ -123,7 +123,7 @@ sub action
$sizeConsistencyColor = "Gray";
$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";
$sizeConsistency = "Normal";
}

Loading…
Cancel
Save