don't try to encrypt/decrypt the certificate bundle

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
Bjoern Schiessle 2017-06-13 09:50:45 +02:00
parent 0b8deebb4f
commit f8addd4cf9
No known key found for this signature in database
GPG Key ID: 2378A753E2BF04F6
1 changed files with 1 additions and 0 deletions

View File

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