mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +00:00
Update cookie retrieval using _egrep_o (thanks @Neilpang)
This commit is contained in:
parent
afa3fc8bf9
commit
ce9fae82bd
@ -134,7 +134,7 @@ _cyon_print_header() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_cyon_get_cookie_header() {
|
_cyon_get_cookie_header() {
|
||||||
printf "%s" "$(sed -n 's/Set-\(Cookie:.*cyon=[^;]*\).*/\1/p' "$HTTP_HEADER" | _tail_n 1)"
|
printf "Cookie: %s" "$(cat "$HTTP_HEADER" | grep "cyon=" | grep "^Set-Cookie:" | _tail_n 1 | _egrep_o 'cyon=[^;]*;' | tr -d ';')"
|
||||||
}
|
}
|
||||||
|
|
||||||
_cyon_login() {
|
_cyon_login() {
|
||||||
|
Loading…
Reference in New Issue
Block a user