Try somthing

master
Heuzef 5 years ago
parent 0b033e215d
commit abc6f643e2
  1. 2
      Check.pm

@ -125,7 +125,7 @@ sub action
} }
# There are enough backup ? # There are enough backup ?
if ( $Backups[@Backups-1]->{num} if ( @Backups ) < 4 ) { if ( $Backups[@Backups-1]->{num} < 4 ) {
my $sizeConsistencyColor = "Gray"; my $sizeConsistencyColor = "Gray";
my $sizeConsistency = "<em>Not enough backups</em>"; my $sizeConsistency = "<em>Not enough backups</em>";
} }

Loading…
Cancel
Save