Skip to content

Commit 801e02f

Browse files
author
Till Brehm
committed
Merge branch 'issue/5254' into 'master'
Cronjob locking not working properly Closes #5254 See merge request ispconfig/ispconfig3!876
2 parents 8057921 + 42e7c38 commit 801e02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/lib/classes/cronjob.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ public function run() {
8686
if($run_it == true) {
8787
$this->onRunJob();
8888
$this->onAfterRun();
89+
$this->onCompleted();
8990
}
90-
$this->onCompleted();
9191

9292
return;
9393
}

0 commit comments

Comments
 (0)