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:
Lukas Reschke 2017-06-14 09:50:45 +02:00 committed by GitHub
commit b76e43e0a3
1 changed files with 1 additions and 0 deletions

View File

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