Skip to content

Commit 030bb96

Browse files
author
Marius Cramer
committed
Missed conflict resolved from merge
1 parent 8ddcb0d commit 030bb96

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

server/plugins-available/cron_plugin.inc.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -232,11 +232,7 @@ function _write_crontab() {
232232

233233
$command .= "\t";
234234
if($job['type'] != 'chrooted' && substr($job['command'], 0, 1) != "/") $command .= $this->parent_domain['document_root'].'/';
235-
<<<<<<< HEAD
236235
$command .= $job['command'] . " " . $log_target;
237-
=======
238-
$command .= $job['command'];
239-
>>>>>>> origin/stable-3.0.5
240236
}
241237

242238
if($job['type'] == 'chrooted') {

0 commit comments

Comments
 (0)