Browse Source

added missing new line at EOF

pull/4540/head
Hobby-Student 1 year ago
committed by GitHub
parent
commit
dea8a08b64
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dnsapi/dns_kas.sh

2
dnsapi/dns_kas.sh

@ -278,4 +278,4 @@ _callAPI() {
response="$(_post "$data" "$KAS_Api" "" "POST" "$contentType")"
_debug2 "[KAS] -> Response" "$response"
echo "$response"
}
}
Loading…
Cancel
Save