Merge pull request #654 from nextcloud/enh/621/timezone

allow to change the timezone
This commit is contained in:
Simon L 2022-05-23 15:45:58 +02:00 committed by GitHub
commit b4a8322a1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 102 additions and 10 deletions

View file

@ -280,6 +280,8 @@ class DockerActionManager
} else {
$replacements[1] = '';
}
} elseif ($out[1] === 'TIMEZONE') {
$replacements[1] = $this->configurationManager->GetTimezone();
} else {
$replacements[1] = $this->configurationManager->GetSecret($out[1]);
}