Browse Source

Change save to save mutable

pull/2717/head
Josef Vogt 5 years ago
parent
commit
5e6b2ec6c1
  1. 2
      dnsapi/dns_octodns.sh

2
dnsapi/dns_octodns.sh

@ -25,7 +25,7 @@ dns_octodns_add() {
fi
#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
_debug element "$element"

Loading…
Cancel
Save