mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-10-31 19:41:45 +00:00
replace _read_conf() with _readaccountconf()
This commit is contained in:
parent
10994d65be
commit
2cb0b00e3a
@ -92,8 +92,7 @@ dns_freedns_rm() {
|
|||||||
|
|
||||||
# Need to read cookie from conf file again in case new value set
|
# Need to read cookie from conf file again in case new value set
|
||||||
# during login to FreeDNS when TXT record was created.
|
# during login to FreeDNS when TXT record was created.
|
||||||
# acme.sh does not have a _readaccountconf() function
|
FREEDNS_COOKIE="$(_readaccountconf "FREEDNS_COOKIE")"
|
||||||
FREEDNS_COOKIE="$(_read_conf "$ACCOUNT_CONF_PATH" "FREEDNS_COOKIE")"
|
|
||||||
_debug "FreeDNS login cookies: $FREEDNS_COOKIE"
|
_debug "FreeDNS login cookies: $FREEDNS_COOKIE"
|
||||||
|
|
||||||
TXTdataid="$(_freedns_data_id "$fulldomain" "TXT")"
|
TXTdataid="$(_freedns_data_id "$fulldomain" "TXT")"
|
||||||
|
Loading…
Reference in New Issue
Block a user