Skip to content
Snippets Groups Projects
Commit 030bb96e authored by Marius Cramer's avatar Marius Cramer
Browse files

Missed conflict resolved from merge

parent 8ddcb0d7
No related branches found
No related tags found
No related merge requests found
......@@ -232,11 +232,7 @@ class cron_plugin {
$command .= "\t";
if($job['type'] != 'chrooted' && substr($job['command'], 0, 1) != "/") $command .= $this->parent_domain['document_root'].'/';
<<<<<<< HEAD
$command .= $job['command'] . " " . $log_target;
=======
$command .= $job['command'];
>>>>>>> origin/stable-3.0.5
}
if($job['type'] == 'chrooted') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment