Browse Source

Merge pull request #878 from Neilpang/dev

Dev
pull/902/head
neil 8 years ago
committed by GitHub
parent
commit
6e68c4e2d6
  1. 2
      acme.sh

2
acme.sh

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

Loading…
Cancel
Save