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:
Lukas Reschke 2017-06-14 09:50:14 +02:00 committed by GitHub
commit c6cd90f18c

View file

@ -98,6 +98,7 @@ class Util {
$this->excludedPaths[] = 'files_encryption';
$this->excludedPaths[] = 'appdata_' . $config->getSystemValue('instanceid', null);
$this->excludedPaths[] = 'files_external';
}
/**