Format for shfmt check

Format for shfmt check, rename file(remove space char)
This commit is contained in:
jinhill 2020-09-25 17:06:43 +08:00 committed by GitHub
parent a7c237b7fb
commit f93136c2f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ dns_geos_rm() {
_debug "zone id \"$_zone_id\" will be used." _debug "zone id \"$_zone_id\" will be used."
# Find the record id to clean # 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}" body="id=${_zone_id}&record_id=${record_id}"
response=$(_post "$body" "https://www.geoscaling.com/dns2/ajax/delete_record.php") response=$(_post "$body" "https://www.geoscaling.com/dns2/ajax/delete_record.php")
_debug "rm:$response" _debug "rm:$response"