From: Bjoern Schiessle Date: Tue, 13 Jun 2017 07:50:45 +0000 (+0200) Subject: don't try to encrypt/decrypt the certificate bundle X-Git-Tag: v11.0.4RC1~40^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F5363%2Fhead;p=nextcloud-server.git don't try to encrypt/decrypt the certificate bundle Signed-off-by: Bjoern Schiessle --- diff --git a/lib/private/Encryption/Util.php b/lib/private/Encryption/Util.php index 3afa1bb9596..2a4adc0281c 100644 --- a/lib/private/Encryption/Util.php +++ b/lib/private/Encryption/Util.php @@ -98,6 +98,7 @@ class Util { $this->excludedPaths[] = 'files_encryption'; $this->excludedPaths[] = 'appdata_' . $config->getSystemValue('instanceid', null); + $this->excludedPaths[] = 'files_external'; } /**