mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-04 04:51:59 +08:00
fix the string replacement
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
6f4b918677
commit
50e3a5f5de
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ class DockerActionManager
|
|||
$replacements[1] = $this->configurationManager->GetApacheMaxSize();
|
||||
} elseif ($out[1] === 'COLLABORA_SECCOMP_POLICY') {
|
||||
$replacements[1] = $this->configurationManager->GetCollaboraSeccompPolicy();
|
||||
} elseif ($out[1] === '%NEXTCLOUD_STARTUP_APPS%') {
|
||||
} elseif ($out[1] === 'NEXTCLOUD_STARTUP_APPS') {
|
||||
$replacements[1] = $this->configurationManager->GetNextcloudStartupApps();
|
||||
} else {
|
||||
$replacements[1] = $this->configurationManager->GetSecret($out[1]);
|
||||
|
|
Loading…
Reference in a new issue