mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 11:18:56 +00:00
Force read/write on group level for the log file.
This commit is contained in:
@@ -535,6 +535,7 @@ class Logger
|
||||
) {
|
||||
throw new LoggerException('Unable to create new log file ' . $this->logPath);
|
||||
}
|
||||
chmod($this->logPath, 0664);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user