parent
a77d87910d
commit
4c3c81c275
|
@ -21,7 +21,7 @@ class JobsCommand extends Command
|
||||||
$jobId = $this->params->shift();
|
$jobId = $this->params->shift();
|
||||||
if ($jobId) {
|
if ($jobId) {
|
||||||
$this->raiseLimits();
|
$this->raiseLimits();
|
||||||
$job = DirectorJob::load($jobId, $this->db());
|
$job = DirectorJob::loadWithAutoIncId($jobId, $this->db());
|
||||||
$job->run();
|
$job->run();
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue