Skip to content

Commit 21567d7

Browse files
committed
Fixed: FS#917 - Problem with cron not url or script sh
1 parent f96cd57 commit 21567d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/plugins-available/cron_plugin.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ function _write_crontab() {
199199
}
200200

201201
$command .= "\t";
202-
if(substr($job['command'], 0, 1) != "/") $command .= $this->parent_domain['document_root'];
202+
if(substr($job['command'], 0, 1) != "/") $command .= $this->parent_domain['document_root'].'/';
203203
$command .= $job['command'];
204204
}
205205

0 commit comments

Comments
 (0)