We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c86639 commit 0f8d1caCopy full SHA for 0f8d1ca
install/lib/installer_base.lib.php
@@ -1563,7 +1563,7 @@ public function install_crontab() {
1563
$existing_cron_jobs = file('crontab.txt');
1564
1565
$cron_jobs = array(
1566
- '*/5 * * * * /usr/local/bin/run-getmail.sh > /dev/null 2>> $conf['ispconfig_log_dir']/cron.log'
+ '*/5 * * * * /usr/local/bin/run-getmail.sh > /dev/null 2>> '.$conf['ispconfig_log_dir'].'/cron.log'
1567
);
1568
1569
// remove existing ispconfig cronjobs, in case the syntax has changed
0 commit comments