Skip to content

Commit 0f8d1ca

Browse files
committed
The next fix for $conf['ispconfig_log_dir']
1 parent 3c86639 commit 0f8d1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/lib/installer_base.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1563,7 +1563,7 @@ public function install_crontab() {
15631563
$existing_cron_jobs = file('crontab.txt');
15641564

15651565
$cron_jobs = array(
1566-
'*/5 * * * * /usr/local/bin/run-getmail.sh > /dev/null 2>> $conf['ispconfig_log_dir']/cron.log'
1566+
'*/5 * * * * /usr/local/bin/run-getmail.sh > /dev/null 2>> '.$conf['ispconfig_log_dir'].'/cron.log'
15671567
);
15681568

15691569
// remove existing ispconfig cronjobs, in case the syntax has changed

0 commit comments

Comments
 (0)