]> source.dussan.org Git - nextcloud-server.git/commitdiff
don't try to encrypt/decrypt the certificate bundle 5362/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:07:55 +0000 (10:07 +0200)
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
lib/private/Encryption/Util.php

index ed91c0fe549c0ce111e50e71ff4f2a8f6ff39533..4eefe4a4022d449e39b7078e01a5b5df5ce82eff 100644 (file)
@@ -97,6 +97,7 @@ class Util {
 
                $this->excludedPaths[] = 'files_encryption';
                $this->excludedPaths[] = 'appdata_' . $config->getSystemValue('instanceid', null);
+               $this->excludedPaths[] = 'files_external';
        }
 
        /**