mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
Don't set up full filesystem to check for certificates
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
0b7449e78e
commit
88f4e972c5
1 changed files with 3 additions and 0 deletions
|
|
@ -85,6 +85,9 @@ class Manager implements IMountManager {
|
|||
if (strpos($path, '/appdata_' . \OC_Util::getInstanceId()) === 0) {
|
||||
// for appdata, we only setup the root bits, not the user bits
|
||||
\OC_Util::setupRootFS();
|
||||
} elseif (strpos($path, '/files_external/uploads/') === 0) {
|
||||
// for OC\Security\CertificateManager, we only setup the root bits, not the user bits
|
||||
\OC_Util::setupRootFS();
|
||||
} else {
|
||||
\OC_Util::setupFS();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue