From 3426b049246ee0f353a8402e1a034c127cd311ee Mon Sep 17 00:00:00 2001 From: fermin831 Date: Tue, 18 Dec 2018 16:00:26 +0100 Subject: [PATCH] Fixed typo in pandora_agent Former-commit-id: 69d250a0b5a27e6a1a02392a9935e381d985e1d3 --- pandora_agents/unix/pandora_agent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_agents/unix/pandora_agent b/pandora_agents/unix/pandora_agent index 5a994ae25c..a720cfde53 100755 --- a/pandora_agents/unix/pandora_agent +++ b/pandora_agents/unix/pandora_agent @@ -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;