formatting

This commit is contained in:
diseq 2018-07-23 11:01:10 +02:00 committed by GitHub
parent d64e7479ee
commit 975b4de265
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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