mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
Merge pull request #32768 from nextcloud/fs-setup-onetime-earlier
perform onetime setup earlier to ensure wrappers are registered on time
This commit is contained in:
commit
56b1453945
1 changed files with 4 additions and 0 deletions
|
|
@ -399,6 +399,10 @@ class SetupManager {
|
|||
return;
|
||||
}
|
||||
|
||||
if (!$this->isSetupStarted($user)) {
|
||||
$this->oneTimeUserSetup($user);
|
||||
}
|
||||
|
||||
$mounts = [];
|
||||
if (!in_array($cachedMount->getMountProvider(), $setupProviders)) {
|
||||
$setupProviders[] = $cachedMount->getMountProvider();
|
||||
|
|
|
|||
Loading…
Reference in a new issue