mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-07-06 11:32:44 +00:00
Use _H1 according to Neilpang's comment
This commit is contained in:
parent
51fc1cc279
commit
b44f109afa
@ -75,8 +75,8 @@ dnsever_txt() {
|
||||
return 1
|
||||
fi
|
||||
|
||||
_H2="$(grep PHPSESSID "$HTTP_HEADER" | sed s/^Set-//)"
|
||||
export _H2
|
||||
_H1="$(grep PHPSESSID "$HTTP_HEADER" | sed s/^Set-//)"
|
||||
export _H1
|
||||
|
||||
response=$(_post "" "https://kr.dnsever.com/start.html")
|
||||
if [ $? != 0 ] || [ -z "$response" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user