mirror of
https://github.com/chatmail/relay.git
synced 2026-05-17 13:38:58 +00:00
fix: resolve issue on deployment
This commit is contained in:
@@ -63,7 +63,7 @@ class AcmetoolDeployer(Deployer):
|
||||
|
||||
server.shell(
|
||||
name=f"Remove old acmetool desired files for {self.domains[0]}",
|
||||
commands=[f"rm -f /var/lib/acme/desired/{self.domains[0]}-*"],
|
||||
commands=[f"rm -f /var/lib/acme/desired/'{self.domains[0]}'-*"],
|
||||
)
|
||||
files.template(
|
||||
src=importlib.resources.files(__package__).joinpath("desired.yaml.j2"),
|
||||
|
||||
@@ -173,6 +173,7 @@ def _configure_dovecot(config: Config, debug: bool = False) -> (bool, bool):
|
||||
key=key,
|
||||
value=65535,
|
||||
persist=True,
|
||||
_ignore_errors=True,
|
||||
)
|
||||
|
||||
timezone_env = files.line(
|
||||
|
||||
Reference in New Issue
Block a user