mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-07-02 06:02:46 +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
|
return 1
|
||||||
fi
|
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
|
if [ -z "$HOVER_COOKIE" ]; then
|
||||||
_debug3 response "$response"
|
_debug3 response "$response"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user