mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
don't try to encrypt/decrypt the certificate bundle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
parent
6a06df824e
commit
86eb23b91e
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ class Util {
|
|||
|
||||
$this->excludedPaths[] = 'files_encryption';
|
||||
$this->excludedPaths[] = 'appdata_' . $config->getSystemValue('instanceid', null);
|
||||
$this->excludedPaths[] = 'files_external';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue