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>
Josh 3 weeks ago committed by GitHub
parent 26cd6a3a4a
commit a095ed68bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -769,6 +769,8 @@ class Manager extends PublicEmitter implements IUserManager {
'.ocdata',
'owncloud.log',
'nextcloud.log',
'updater.log',
'audit.log',
$appdata], true)) {
return false;
}

Loading…
Cancel
Save