From eed475446d869e1c9e06476a861392e9b9bc83f6 Mon Sep 17 00:00:00 2001 From: redxef Date: Thu, 10 Mar 2022 16:12:50 +0100 Subject: [PATCH] Resolve #1, remove misleading log output. --- certbot-auth | 2 -- 1 file changed, 2 deletions(-) diff --git a/certbot-auth b/certbot-auth index 8c68680..e5605cd 100755 --- a/certbot-auth +++ b/certbot-auth @@ -14,6 +14,4 @@ for i in $(seq 0 60); do sleep 10 done -echo "waiting 60s for propagation" -sleep 60 test "$result" = 'OK'