mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
fix: Use double quotes for domain in acmetool desired file removal command.
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"),
|
||||
|
||||
Reference in New Issue
Block a user