Browse Source

minor, debug info

cron
neilpang 8 years ago
parent
commit
65b22b493c
  1. 2
      acme.sh

2
acme.sh

@ -2723,7 +2723,7 @@ _clearup() {
_clearupdns() { _clearupdns() {
_debug "_clearupdns" _debug "_clearupdns"
if [ "$dnsadded" != 1 ] || [ -z "$vlist" ]; then if [ "$dnsadded" != 1 ] || [ -z "$vlist" ]; then
_debug "Dns not added, skip."
_debug "skip dns."
return return
fi fi

Loading…
Cancel
Save