mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-11 03:04:12 +00:00
Fix the removing of TXT record after validation
This commit is contained in:
parent
c87b245a3d
commit
fc26e0c63f
@ -166,7 +166,7 @@ _get_root() {
|
||||
_savedomainconf "$_DOMAIN_CF_ZONES_CACHE_NAME_" "$(echo "$_cf_zones" | _base64)"
|
||||
else
|
||||
_debug "$_DOMAIN_CF_ZONES_CACHE_NAME_ found"
|
||||
_cf_zones="$(echo "$_cf_zones" | _dbase64)"
|
||||
_cf_zones="$(echo "$_cf_zones" | _dbase64 "multiline")"
|
||||
fi
|
||||
|
||||
domain=$1
|
||||
|
Loading…
x
Reference in New Issue
Block a user