Fixed typo in pandora_agent
Former-commit-id: 69d250a0b5a27e6a1a02392a9935e381d985e1d3
This commit is contained in:
parent
5de2bb3eff
commit
3426b04924
|
@ -2397,7 +2397,7 @@ sub check_module_cron {
|
|||
$interval
|
||||
);
|
||||
|
||||
my $is_first = ($module->{'cron_utimestamp'} == 0) ? 1 :
|
||||
my $is_first = ($module->{'cron_utimestamp'} == 0) ? 1 : 0;
|
||||
$module->{'cron_utimestamp'} = $now + $time_to_next_execution;
|
||||
$module->{'cron_interval'} = $time_to_next_execution;
|
||||
|
||||
|
|
Loading…
Reference in New Issue