Browse Source

bugfix issue 47 - DNS_DEL_COMMAND cleanup was run when not required

pull/52/head
srvrco 10 years ago
parent
commit
d5d11bdae3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      getssl

+ 1
- 1
getssl View File

@ -191,7 +191,7 @@ clean_up() { # Perform pre-exit housekeeping
rm -rf "${TEMP_DIR:?}"
fi
if [[ $VALIDATE_VIA_DNS == "true" ]]; then
# Tidy up DNS etries if things failed part way though.
# Tidy up DNS entries if things failed part way though.
shopt -s nullglob
for dnsfile in $TEMP_DIR/dns_verify/*; do
. "$dnsfile"


Loading…
Cancel
Save