mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Merge branch 'ent-2770-i6381-comportamiento-anomalo-de-module_crontab' into 'develop'
Fixed module_crontab in windows agent on minutes wildcard See merge request artica/pandorafms!1871
This commit is contained in:
commit
179cd9453f
@ -227,7 +227,7 @@ int Cron::getResetValue (int position) {
|
||||
* @return false if should not execute
|
||||
*/
|
||||
bool Cron::shouldExecuteAt (time_t date) {
|
||||
return this->utimestamp < date;
|
||||
return this->utimestamp <= date;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user