mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +00:00
old habits
This commit is contained in:
parent
0d4035e996
commit
3ebbeb103c
@ -108,7 +108,7 @@ _dns_do_soap() {
|
|||||||
_debug2 "SOAP response $response"
|
_debug2 "SOAP response $response"
|
||||||
|
|
||||||
# retrieve cookie header
|
# retrieve cookie header
|
||||||
_egrep_o 'Cookie: [^;]+' < "$HTTP_HEADER" | head -1 >"${_cookiejar}"
|
_egrep_o 'Cookie: [^;]+' <"$HTTP_HEADER" | head -1 >"${_cookiejar}"
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user