mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed module_crontab in windows agent on minutes wildcard
This commit is contained in:
parent
9eefa6ff85
commit
cde7e011a5
@ -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