ftimme
2013-08-09 5197b819dc3960b501b3fd9cb3bc489d91bdfc75
- Fixed: FS#1099 - Add date/time or Timstamp to ISP Cron Log.
1 files modified
4 ■■■■ changed files
install/lib/installer_base.lib.php 4 ●●●● patch | view | raw | blame | history
install/lib/installer_base.lib.php
@@ -2096,8 +2096,8 @@
        }
        $root_cron_jobs = array(
                "* * * * * ".$install_dir."/server/server.sh > /dev/null 2>> ".$conf['ispconfig_log_dir']."/cron.log",
                "30 00 * * * ".$install_dir."/server/cron_daily.sh > /dev/null 2>> ".$conf['ispconfig_log_dir']."/cron.log"
                "* * * * * ".$install_dir."/server/server.sh 2>&1 > /dev/null | while read line; do echo `/bin/date` \"$line\" >> ".$conf['ispconfig_log_dir']."/cron.log; done",
                "30 00 * * * ".$install_dir."/server/cron_daily.sh  2>&1 > /dev/null | while read line; do echo `/bin/date` \"$line\" >> ".$conf['ispconfig_log_dir']."/cron.log; done"
        );
        if ($conf['nginx']['installed'] == true) {