mirror of
https://github.com/nextcloud/server.git
synced 2026-06-06 15:23:17 -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
9517e56ec9
commit
9046cd9c0f
1 changed files with 2 additions and 0 deletions
|
|
@ -768,6 +768,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