From 5e6b2ec6c121b111ae0f9c3ce0306502b6d07bbb Mon Sep 17 00:00:00 2001 From: Josef Vogt Date: Mon, 10 Feb 2020 15:39:59 +0100 Subject: [PATCH] Change save to save mutable --- dnsapi/dns_octodns.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsapi/dns_octodns.sh b/dnsapi/dns_octodns.sh index 5d2caf60..2bbec6fc 100755 --- a/dnsapi/dns_octodns.sh +++ b/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"