mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-10 05:52:44 +00:00
formatting
This commit is contained in:
parent
d64e7479ee
commit
975b4de265
@ -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…
x
Reference in New Issue
Block a user