From 2e4861aaf0d677fba50f2cad46146e4e8f216325 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Mon, 21 Mar 2022 16:45:07 +0100 Subject: [PATCH] fix: [letsencrypt] allow all domains to be renewed in one go Possibility to receive ``stdin`` in actions (a compose new feature) introduced a bug here that would allow only the first domain to be renewed. Signed-off-by: Valentin Lab --- letsencrypt/lib/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/lib/common b/letsencrypt/lib/common index 1ada8a8..24fbe70 100644 --- a/letsencrypt/lib/common +++ b/letsencrypt/lib/common @@ -365,7 +365,7 @@ crt_renew() { else info "Renewing domain $domain ($remaining days left)." fi - crt "$cfg" renew "$domain" + crt "$cfg" renew "$domain"