summaryrefslogtreecommitdiff
path: root/renew-all
diff options
context:
space:
mode:
authorMatthew Fennell <matthew@fennell.dev>2025-12-28 20:02:24 +0000
committerMatthew Fennell <matthew@fennell.dev>2025-12-29 01:47:45 +0000
commitda6ba6ddb6c55ca685b59880b078ccea31d7ec19 (patch)
treedead38cd14e38b9f802453f8c4ba5db2d3c537e1 /renew-all
parent33da4e3f920515bb4341953a5f350fe83b9e8d59 (diff)
Reformat command renew section
I will be adding more flags to this list, and it will get too long for one line.
Diffstat (limited to 'renew-all')
-rwxr-xr-xrenew-all6
1 files changed, 5 insertions, 1 deletions
diff --git a/renew-all b/renew-all
index 9774c28..0b039f9 100755
--- a/renew-all
+++ b/renew-all
@@ -40,7 +40,11 @@ def main() -> None:
"--dns.disable-cp",
]
+ subdomain_requests
- + ["renew", "--renew-hook", domain[f"renew_script_{args.env}"]]
+ + [
+ "renew",
+ "--renew-hook",
+ domain[f"renew_script_{args.env}"],
+ ]
)
environment = {
"DESEC_POLLING_INTERVAL": str(config["timeout_seconds"]),