]> source.dussan.org Git - nextcloud-server.git/commitdiff
don't try to encrypt/decrypt the certificate bundle 5363/head
authorBjoern Schiessle <bjoern@schiessle.org>
Tue, 13 Jun 2017 07:50:45 +0000 (09:50 +0200)
committerBjoern Schiessle <bjoern@schiessle.org>
Tue, 13 Jun 2017 08:16:18 +0000 (10:16 +0200)
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
lib/private/Encryption/Util.php

index 3afa1bb9596ba4502300d0589f9fa47789d20e36..2a4adc0281ced5fc721c0f3b01a5dab228881c2f 100644 (file)
@@ -98,6 +98,7 @@ class Util {
 
                $this->excludedPaths[] = 'files_encryption';
                $this->excludedPaths[] = 'appdata_' . $config->getSystemValue('instanceid', null);
+               $this->excludedPaths[] = 'files_external';
        }
 
        /**