mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
Merge pull request #5363 from nextcloud/exclude-files-external-dir-from-encryption-stable11
[stable11] don't try to encrypt/decrypt the certificate bundle
This commit is contained in:
commit
c6cd90f18c
1 changed files with 1 additions and 0 deletions
|
|
@ -98,6 +98,7 @@ class Util {
|
|||
|
||||
$this->excludedPaths[] = 'files_encryption';
|
||||
$this->excludedPaths[] = 'appdata_' . $config->getSystemValue('instanceid', null);
|
||||
$this->excludedPaths[] = 'files_external';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue