Skip to content

Commit

Permalink
Change daemon log directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Andrews committed Oct 6, 2014
1 parent b1e2840 commit 55c86d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cron/code/controller.ext.php
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ static function GetDaemonCron()
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
HOME=/
*/5 * * * * nice -2 php -q " . ctrl_options::GetSystemOption('daemon_exer') . " >> " . ctrl_options::GetSystemOption('zpanel_root') . "/daemon_last_run.log 2>&1
*/5 * * * * nice -2 php -q " . ctrl_options::GetSystemOption('daemon_exer') . " >> " . ctrl_options::GetSystemOption('log_dir') . "daemon.log 2>&1
";

return $daemonCronString;
Expand Down

0 comments on commit 55c86d6

Please sign in to comment.