Browse Source

fix typo

pull/32/head
Gonzalo Peci 10 years ago
parent
commit
b8c4978329
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      getssl

+ 1
- 1
getssl View File

@ -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"


Loading…
Cancel
Save