Fix package name

master
Heuzef 5 years ago
parent ed9356673d
commit 1a98c3b940
  1. 2
      Check.pm

@ -51,7 +51,7 @@ sub action
} }
# Age # Age
if ( $Backups{type} eq "full" or "incr" ) { if ( $Backups[$host]{type} eq "full" or "incr" ) {
$lastAge = sprintf("%.1f", (time - $Backups[-1]{startTime}) / (24 * 3600)); $lastAge = sprintf("%.1f", (time - $Backups[-1]{startTime}) / (24 * 3600));
} }

Loading…
Cancel
Save