minor fix

This commit is contained in:
fbsanchez 2020-05-13 12:43:47 +02:00
parent 694d82e522
commit 6bbb9d5d9b

View File

@ -1502,6 +1502,8 @@ sub PandoraFMS::Recon::Base::apply_monitoring($) {
my @hosts = keys %{$self->{'agents_found'}}; my @hosts = keys %{$self->{'agents_found'}};
my $progress = 80;
if (scalar @hosts > 0) { if (scalar @hosts > 0) {
$self->{'step'} = STEP_MONITORING; $self->{'step'} = STEP_MONITORING;
# From 80% to 90%. # From 80% to 90%.