Browse Source

formatting

pull/1522/head
diseq 7 years ago
committed by GitHub
parent
commit
975b4de265
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      dnsapi/dns_one.sh

3
dnsapi/dns_one.sh

@ -69,8 +69,7 @@ dns_one_add() {
domain=$(printf -- "%s" "$response" | sed -n "s/.*,\"nsView\":{[^}]*,\"domain\":\"\([^\"]*\)\".*/\1/p")
if [ "$mydomain" = "$domain" ];
then
if [ "$mydomain" = "$domain" ]; then
_debug "domain matches"
else
_err "requested domain does not match."

Loading…
Cancel
Save