Browse Source

shfmt

pull/3932/head
peter 3 years ago
parent
commit
ee0fadf247
  1. 2
      dnsapi/dns_curanet.sh

2
dnsapi/dns_curanet.sh

@ -84,7 +84,7 @@ dns_curanet_rm() {
recordid=$(echo "$response" | _egrep_o "{\"id\":[0-9]+,\"name\":\"$fulldomain\"" | _egrep_o "id\":[0-9]+" | cut -c 5-)
_debug "Deleting recordID $recordid"
response="$(_post "" "$CURANET_REST_URL/${_domain}/Records/$recordid" "" "DELETE")"
return 0;
return 0
}
#################### Private functions below ##################################

Loading…
Cancel
Save