mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 16:54:06 +02:00
parent
a77d87910d
commit
4c3c81c275
@ -21,7 +21,7 @@ class JobsCommand extends Command
|
||||
$jobId = $this->params->shift();
|
||||
if ($jobId) {
|
||||
$this->raiseLimits();
|
||||
$job = DirectorJob::load($jobId, $this->db());
|
||||
$job = DirectorJob::loadWithAutoIncId($jobId, $this->db());
|
||||
$job->run();
|
||||
exit(0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user