mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
fix(User\Manager): Avoid future collisions with updater/audit logs
Avoid future collisions for not yet created updater and audit log files (at least using default names). Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
8fea5957b5
commit
795353871d
1 changed files with 2 additions and 0 deletions
|
|
@ -744,6 +744,8 @@ class Manager extends PublicEmitter implements IUserManager {
|
|||
'.ocdata',
|
||||
'owncloud.log',
|
||||
'nextcloud.log',
|
||||
'updater.log',
|
||||
'audit.log',
|
||||
$appdata], true)) {
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue