Change save to save mutable

pull/2717/head
Josef Vogt 2020-02-10 15:39:59 +01:00
parent 24d5564596
commit 5e6b2ec6c1
1 changed files with 1 additions and 1 deletions

View File

@ -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"