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

This commit is contained in:
Gary McGregor
2024-09-30 07:42:09 -05:00
parent 254eb8f304
commit fe971680ea

View File

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