Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2017-06-13 10:50:45 +0300
committerBjoern Schiessle <bjoern@schiessle.org>2017-06-13 11:16:18 +0300
commitf8addd4cf9ff9450a50651b2c0eefd808831ee73 (patch)
tree26dba5c2dc3175065fa6e751d3d1b2049682d286 /lib/private
parent0b8deebb4f99bbc3813ffbdb629a4b4a7da5c463 (diff)
don't try to encrypt/decrypt the certificate bundle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'lib/private')
-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 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';
}
/**