From 7a9c3b6689767be63123b29a3304bbab86696ed4 Mon Sep 17 00:00:00 2001 From: Joel Bion Date: Fri, 28 Feb 2025 05:44:11 -0800 Subject: [PATCH] Removed trailing whitespace on one line so shfmt passes --- acme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acme.sh b/acme.sh index e9903e7a..2b17ffd5 100755 --- a/acme.sh +++ b/acme.sh @@ -4209,7 +4209,7 @@ _check_dns_entries() { # Use configured DNS validation timeout _dnstimeout="$Le_DNSValidateTimeout" _savedomainconf "Le_DNSValidateTimeout" "$Le_DNSValidateTimeout" - fi + fi _dnsinterval=10 #default interval between retries is 10 seconds if [ -n "$Le_DNSValidateInterval" ]; then # Use configured DNS validation retry interval