summaryrefslogtreecommitdiffstats
path: root/lib/private/Encryption
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2017-06-13 09:50:45 +0200
committerBjoern Schiessle <bjoern@schiessle.org>2017-06-13 09:50:45 +0200
commit86eb23b91ec4d0189a3bc211a27e99fb3bc94020 (patch)
tree24bb68684585f11a194991790ed34fee42f8ccb0 /lib/private/Encryption
parent6a06df824e8527546e5374074efa2c51b1326a29 (diff)
downloadnextcloud-server-86eb23b91ec4d0189a3bc211a27e99fb3bc94020.tar.gz
nextcloud-server-86eb23b91ec4d0189a3bc211a27e99fb3bc94020.zip
don't try to encrypt/decrypt the certificate bundle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'lib/private/Encryption')
-rw-r--r--lib/private/Encryption/Util.php1
1 files changed, 1 insertions, 0 deletions
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';
}
/**