diff --git a/getssl b/getssl index 5192e2e..63179e1 100755 --- a/getssl +++ b/getssl @@ -927,7 +927,7 @@ if [[ $VALIDATE_VIA_DNS == "true" ]]; then else if [[ $ntries -lt 100 ]]; then ntries=$(( ntries + 1 )) - info "testing DNS for $d. Attempt $ntries/100 completed. waiting 10 secs before testing verify again" + info "testing DNS for ${d}. Attempt $ntries/100 completed. waiting 10 secs before testing verify again" sleep 10 else debug "dns check failed - removing existing value"