Remove entity

master
Heuzef 5 years ago
parent eef81b45df
commit d44c565dd1
  1. 9
      backuppc_check.pl

@ -78,14 +78,7 @@ if ( $host ) {
$lastAge = sprintf("%.1f", ($json->{age}) / 84600);
$json->{max_errors} = $conf->{MaxXferError} || 0;
}
} elsif ( $entity ) {
$json = {
perf => 0,
size => 0,
hosts => 0,
bkp => 0
};
}
my $total_new = 0;
my $total_comp = 0;

Loading…
Cancel
Save