diff options
author | Bjoern Schiessle <bjoern@schiessle.org> | 2017-06-13 09:50:45 +0200 |
---|---|---|
committer | Bjoern Schiessle <bjoern@schiessle.org> | 2017-06-13 09:50:45 +0200 |
commit | 86eb23b91ec4d0189a3bc211a27e99fb3bc94020 (patch) | |
tree | 24bb68684585f11a194991790ed34fee42f8ccb0 /lib/private/Encryption | |
parent | 6a06df824e8527546e5374074efa2c51b1326a29 (diff) | |
download | nextcloud-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.php | 1 |
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'; } /** |