Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
2cb0b00e
Unverified
Commit
2cb0b00e
authored
May 23, 2019
by
David Kerr
Committed by
GitHub
May 23, 2019
Browse files
replace _read_conf() with _readaccountconf()
parent
10994d65
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_freedns.sh
View file @
2cb0b00e
...
@@ -92,8 +92,7 @@ dns_freedns_rm() {
...
@@ -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"
)
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment