mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 22:46:55 +00:00
fix typo
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
5be3569df6
commit
37c16e1b75
1 changed files with 1 additions and 1 deletions
|
|
@ -757,7 +757,7 @@ class ConfigurationManager
|
||||||
|
|
||||||
public function GetCollaboraSeccompPolicy() : string {
|
public function GetCollaboraSeccompPolicy() : string {
|
||||||
$defaultString = '--o:security.seccomp=';
|
$defaultString = '--o:security.seccomp=';
|
||||||
if ($this->isSeccompDisabled()) {
|
if (!$this->isSeccompDisabled()) {
|
||||||
return $defaultString . 'true';
|
return $defaultString . 'true';
|
||||||
}
|
}
|
||||||
return $defaultString . 'false';
|
return $defaultString . 'false';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue