ddarek2000
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
dnsapi/dns_hover.sh
|
|
|
@ -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" |
|
|
|
|