Browse Source

With variable name updates, correct missed update for the name for saved variables

pull/5301/head
Gary McGregor 2 months ago
parent
commit
fe971680ea
No known key found for this signature in database GPG Key ID: D2A7E7C1C113901
  1. 4
      dnsapi/dns_omglol.sh

4
dnsapi/dns_omglol.sh

@ -28,8 +28,8 @@ dns_omglol_add() {
# As omg.lol includes a leading @ for their addresses, pre-strip this before save
OMG_Address="$(echo "$OMG_Address" | tr -d '@')"
_saveaccountconf_mutable omg_apikey "$OMG_ApiKey"
_saveaccountconf_mutable omg_address "$OMG_Address"
_saveaccountconf_mutable OMG_ApiKey "$OMG_ApiKey"
_saveaccountconf_mutable OMG_Address "$OMG_Address"
_info "Using omg.lol."
_debug "Function" "dns_omglol_add()"

Loading…
Cancel
Save