mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-06-16 09:42:43 +00:00
Change save to save mutable
This commit is contained in:
parent
24d5564596
commit
5e6b2ec6c1
@ -25,7 +25,7 @@ dns_octodns_add() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
#save the providers list to the account conf file.
|
#save the providers list to the account conf file.
|
||||||
_saveaccountconf OCTODNS_PROVIDERS "$OCTODNS_PROVIDERS"
|
_saveaccountconf_mutable OCTODNS_PROVIDERS "$OCTODNS_PROVIDERS"
|
||||||
|
|
||||||
for element in $(echo "$OCTODNS_PROVIDERS" | tr "_" ' '); do
|
for element in $(echo "$OCTODNS_PROVIDERS" | tr "_" ' '); do
|
||||||
_debug element "$element"
|
_debug element "$element"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user