1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-22 13:52:52 +00:00

Merge pull request #878 from Neilpang/dev

Dev
This commit is contained in:
neil
2017-06-15 21:28:22 +08:00
committed by GitHub
+1 -1
View File
@@ -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