user fs must be setup up, so that the real user folder is mounted on the username based path
This commit is contained in:
parent
fc1865449d
commit
9c7cd702c3
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ class Migration {
|
|||
|
||||
public function reorganizeFolderStructureForUser($user) {
|
||||
// backup all keys
|
||||
\OC_Util::setupFS($user);
|
||||
if ($this->backupUserKeys($user)) {
|
||||
// create new 'key' folder
|
||||
$this->view->mkdir($user . '/files_encryption/keys');
|
||||
|
|
Loading…
Reference in a new issue