From 7832c44157818a6866065da56adf7fb279bad13b Mon Sep 17 00:00:00 2001 From: Massimiliano Adamo <maxadamo@gmail.com> Date: Mon, 17 Feb 2025 19:39:27 +0100 Subject: [PATCH] improve command formatting in coyote script --- wile_coyote/bin/coyote | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wile_coyote/bin/coyote b/wile_coyote/bin/coyote index 456676f..500b4b8 100755 --- a/wile_coyote/bin/coyote +++ b/wile_coyote/bin/coyote @@ -92,7 +92,7 @@ def run_cbot(start, cbot_dom, prov, action, reuse_key, force, dry, w_card=None, cbot_cmd = ( f"/usr/local/bin/certbot {action} --non-interactive" + f" -c /etc/{prov}/cli.ini --cert-name {cbot_dom[0]}" - + f" {domain_list}{dry}{force}{reuse_key}{extra_cmd}" + + f" {domain_list} {dry} {force} {reuse_key} {extra_cmd}" ) log.handler(f"executing: {cbot_cmd}", LOG_FILE) -- GitLab