From c8ade4b7be130640e33e70d6df31ca8d75a9df18 Mon Sep 17 00:00:00 2001 From: Daniel Martinez Date: Tue, 19 May 2020 17:49:50 -0400 Subject: [PATCH] remove debug bash --- same-server-authenticator-hook.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/same-server-authenticator-hook.sh b/same-server-authenticator-hook.sh index 3b49d7b..bb744ab 100755 --- a/same-server-authenticator-hook.sh +++ b/same-server-authenticator-hook.sh @@ -1,5 +1,4 @@ #!/bin/bash -set -x DOMAIN=$(expr match "$CERTBOT_DOMAIN" '.*\.\(.*\..*\)') CHALLENGE_DOMAIN="_acme-challenge.${CERTBOT_DOMAIN}" [[ -z ${DOMAIN} ]] && export DOMAIN=${CERTBOT_DOMAIN} @@ -9,4 +8,4 @@ knotc zone-commit ${DOMAIN} echo "${CERTBOT_VALIDATION}" > /tmp/certbot_validation_txt_${CERTBOT_DOMAIN}.txt -sleep 25 +sleep 45