1
0
mirror of https://github.com/hiskang/acme.sh synced 2025-06-15 11:56:24 +00:00

Update dns_dnsever.sh

This commit is contained in:
hiska 2018-02-10 23:14:00 +09:00 committed by GitHub
parent 9684cd5f82
commit e857c517b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,7 @@ dnsever_txt() {
return 1 return 1
fi fi
fi fi
skey=$(printf "%s\n" "$response" | grep skey | sed -n "s/^.*value=['\"]\(.*\)['\"].*/\1/p") skey=$(printf "%s\n" "$response" | grep skey | sed -n "s/^.*value=['\"]\(.*\)['\"].*/\1/p")
if [ -z "$skey" ]; then if [ -z "$skey" ]; then
_err "dnsever_txt:$action ERROR login failed with login_id=$login_id login_password=$login_password" _err "dnsever_txt:$action ERROR login failed with login_id=$login_id login_password=$login_password"