Browse Source

Update dns_dnsever.sh

pull/1054/head
hiska 8 years ago
committed by GitHub
parent
commit
9684cd5f82
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dnsapi/dns_dnsever.sh

2
dnsapi/dns_dnsever.sh

@ -84,7 +84,7 @@ dnsever_txt() {
return 1 return 1
fi fi
if printf "%s\n" "$response" | grep /confirm_email.html >/dev/null; then
if printf "%s\n" "$response" | grep "/confirm_email.html" >/dev/null; then
response=$(_post "command=skipemail" "https://kr.dnsever.com/confirm_email.html") response=$(_post "command=skipemail" "https://kr.dnsever.com/confirm_email.html")
if [ $? != 0 ] || [ -z "$response" ]; then if [ $? != 0 ] || [ -z "$response" ]; then
_err "dnsever_txt:$action ERROR skipemail" _err "dnsever_txt:$action ERROR skipemail"

Loading…
Cancel
Save