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