mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
Ignore AppData in encryption wrapper
Fixes part of #2407 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
8d81b9e6eb
commit
2fd1cf2e92
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ class Util {
|
|||
$this->config = $config;
|
||||
|
||||
$this->excludedPaths[] = 'files_encryption';
|
||||
$this->excludedPaths[] = 'appdata_' . $config->getSystemValue('instanceid', null);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue