Merge pull request #25263 from owncloud/decryptall-keepencryptionenabledforsingleuser
Keep encryption enabled if decrypting for single user
This commit is contained in:
commit
b14376419d
1 changed files with 3 additions and 0 deletions
|
@ -150,6 +150,9 @@ class DecryptAll extends Command {
|
|||
$output->writeln(' aborted.');
|
||||
$output->writeln('Server side encryption remains enabled');
|
||||
$this->config->setAppValue('core', 'encryption_enabled', 'yes');
|
||||
} else if ($uid !== '') {
|
||||
$output->writeln('Server side encryption remains enabled');
|
||||
$this->config->setAppValue('core', 'encryption_enabled', 'yes');
|
||||
}
|
||||
$this->resetSingleUserAndTrashbin();
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue