From ed4fdce58cdcd1682ef973448e3715c91b7599c0 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Wed, 19 Oct 2022 16:33:22 +0200 Subject: [PATCH] clean duplicate --- certbot/files/hooks/deploy/sync_remote.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/certbot/files/hooks/deploy/sync_remote.sh b/certbot/files/hooks/deploy/sync_remote.sh index 7fc3ecf4..bbbe6f5f 100644 --- a/certbot/files/hooks/deploy/sync_remote.sh +++ b/certbot/files/hooks/deploy/sync_remote.sh @@ -28,10 +28,6 @@ main() { if [ -z "${RENEWED_LINEAGE}" ]; then error "Missing RENEWED_LINEAGE environment variable (usually provided by certbot)." fi - if [ -z "${servers}" ]; then - debug "Empty server list, skip." - exit 0 - fi if found_renewed_lineage; then RENEWED_DOMAINS=${RENEWED_DOMAINS:-$(domain_from_cert)}