Format for shfmt check
Format for shfmt check, rename file(remove space char)
This commit is contained in:
parent
a7c237b7fb
commit
f93136c2f9
@ -52,7 +52,7 @@ dns_geos_rm() {
|
||||
_debug "zone id \"$_zone_id\" will be used."
|
||||
|
||||
# Find the record id to clean
|
||||
record_id=$(_get_record_id "$_zone_id" "$_full_domain") || return 1;
|
||||
record_id=$(_get_record_id "$_zone_id" "$_full_domain") || return 1
|
||||
body="id=${_zone_id}&record_id=${record_id}"
|
||||
response=$(_post "$body" "https://www.geoscaling.com/dns2/ajax/delete_record.php")
|
||||
_debug "rm:$response"
|
||||
Loading…
Reference in New Issue
Block a user