diff --git a/php/src/Docker/DockerActionManager.php b/php/src/Docker/DockerActionManager.php index 3debf73e..192ef868 100644 --- a/php/src/Docker/DockerActionManager.php +++ b/php/src/Docker/DockerActionManager.php @@ -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]);