mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-07-01 23:02:43 +00:00
Update dns_hover.sh
fixing SC2155
This commit is contained in:
parent
51ddd2a5f6
commit
f28540731e
@ -188,7 +188,8 @@ _HOVER_login() {
|
||||
return 1
|
||||
fi
|
||||
|
||||
export HOVER_COOKIE="$(grep -i '^.*Cookie:.*hoverauth=.*$' "$HTTP_HEADER" | _head_n 1 | tr -d "\r\n" | cut -d ":" -f 2)"
|
||||
HOVER_COOKIE="$(grep -i '^.*Cookie:.*hoverauth=.*$' "$HTTP_HEADER" | _head_n 1 | tr -d "\r\n" | cut -d ":" -f 2)"
|
||||
export HOVER_COOKIE
|
||||
|
||||
if [ -z "$HOVER_COOKIE" ]; then
|
||||
_debug3 response "$response"
|
||||
|
Loading…
x
Reference in New Issue
Block a user