allow to keep disabled apps

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L
2023-09-07 15:59:33 +02:00
parent faf1e4b2a9
commit 2e0410a704
8 changed files with 44 additions and 14 deletions
+6
View File
@@ -386,6 +386,12 @@ class DockerActionManager
} else {
$replacements[1] = '';
}
} elseif ($out[1] === 'REMOVE_DISABLED_APPS') {
if ($this->configurationManager->shouldDisabledAppsGetRemoved()) {
$replacements[1] = 'yes';
} else {
$replacements[1] = '';
}
} else {
$secret = $this->configurationManager->GetSecret($out[1]);
if ($secret === "") {