mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 15:21:00 -04:00
setup filesystem wrappers before we mark the root as setup
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
5685d68bd3
commit
1eb3293e53
1 changed files with 3 additions and 2 deletions
|
|
@ -337,12 +337,13 @@ class SetupManager {
|
|||
if ($this->rootSetup) {
|
||||
return;
|
||||
}
|
||||
|
||||
$this->setupBuiltinWrappers();
|
||||
|
||||
$this->rootSetup = true;
|
||||
|
||||
$this->eventLogger->start('fs:setup:root', 'Setup root filesystem');
|
||||
|
||||
$this->setupBuiltinWrappers();
|
||||
|
||||
$rootMounts = $this->mountProviderCollection->getRootMounts();
|
||||
foreach ($rootMounts as $rootMountProvider) {
|
||||
$this->mountManager->addMount($rootMountProvider);
|
||||
|
|
|
|||
Loading…
Reference in a new issue