Merge pull request #5362 from nextcloud/exclude-files-external-dir-from-encryption-stable12
[stable12] don't try to encrypt/decrypt the certificate bundle
This commit is contained in:
commit
fbeb6659f8
|
@ -97,6 +97,7 @@ class Util {
|
|||
|
||||
$this->excludedPaths[] = 'files_encryption';
|
||||
$this->excludedPaths[] = 'appdata_' . $config->getSystemValue('instanceid', null);
|
||||
$this->excludedPaths[] = 'files_external';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue