From 86eb23b91ec4d0189a3bc211a27e99fb3bc94020 Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Tue, 13 Jun 2017 09:50:45 +0200 Subject: [PATCH] don't try to encrypt/decrypt the certificate bundle Signed-off-by: Bjoern Schiessle --- lib/private/Encryption/Util.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/private/Encryption/Util.php b/lib/private/Encryption/Util.php index ed91c0fe549..4eefe4a4022 100644 --- a/lib/private/Encryption/Util.php +++ b/lib/private/Encryption/Util.php @@ -97,6 +97,7 @@ class Util { $this->excludedPaths[] = 'files_encryption'; $this->excludedPaths[] = 'appdata_' . $config->getSystemValue('instanceid', null); + $this->excludedPaths[] = 'files_external'; } /**