diff --git a/Check.pm b/Check.pm index 66a0015..5cae7ef 100644 --- a/Check.pm +++ b/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"; }