mirror of
https://github.com/hiskang/acme.sh
synced 2025-06-15 03:46:30 +00:00
Update dns_dnsever.sh
This commit is contained in:
parent
9dc53fd1d9
commit
9684cd5f82
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user