From 9684cd5f82a92cfad439a63d2a6a75686c3b0a8a Mon Sep 17 00:00:00 2001 From: hiska Date: Sat, 10 Feb 2018 23:03:09 +0900 Subject: [PATCH] Update dns_dnsever.sh --- dnsapi/dns_dnsever.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsapi/dns_dnsever.sh b/dnsapi/dns_dnsever.sh index 6b870d6..885e010 100644 --- a/dnsapi/dns_dnsever.sh +++ b/dnsapi/dns_dnsever.sh @@ -84,7 +84,7 @@ dnsever_txt() { return 1 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") if [ $? != 0 ] || [ -z "$response" ]; then _err "dnsever_txt:$action ERROR skipemail"