Skip to content

Commit c211f7a

Browse files
committed
1 parent 3e0034c commit c211f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/cron_daily.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ function setConfigVar( $filename, $varName, $varValue ) {
228228
#######################################################################################################
229229

230230
// rotate the ispconfig.log when it exceeds a size of 10 MB
231-
$logfile = '/var/log/ispconfig/ispconfig.log');
231+
$logfile = '/var/log/ispconfig/ispconfig.log';
232232
if(is_file($logfile) && filesize($logfile) > 10000000) {
233233
exec("gzip -c $logfile > $logfile.1.gz");
234234
exec("cat /dev/null > $logfile");

0 commit comments

Comments
 (0)