Skip to content

Commit 33b359d

Browse files
author
Till Brehm
committed
Update 200-logfiles.inc.php
1 parent 34699f4 commit 33b359d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/lib/classes/cron.d/200-logfiles.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public function onRunJob() {
193193
if(is_file($ispconfig_logfile . '.' . $num . '.gz')) rename($ispconfig_logfile . '.' . $num . '.gz', $ispconfig_logfile . '.' . ($num + 1) . '.gz');
194194
$num--;
195195
}
196-
// compress current logfile
196+
//* compress current logfile
197197
if(is_file($ispconfig_logfile)) {
198198
$app->system->exec_safe("gzip -c ? > ?", $ispconfig_logfile, $ispconfig_logfile . '.1.gz');
199199
$app->system->exec_safe("cat /dev/null > ?", $ispconfig_logfile);

0 commit comments

Comments
 (0)