mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-07-07 13:12:51 +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
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
_H2="$(grep PHPSESSID "$HTTP_HEADER" | sed s/^Set-//)"
|
_H1="$(grep PHPSESSID "$HTTP_HEADER" | sed s/^Set-//)"
|
||||||
export _H2
|
export _H1
|
||||||
|
|
||||||
response=$(_post "" "https://kr.dnsever.com/start.html")
|
response=$(_post "" "https://kr.dnsever.com/start.html")
|
||||||
if [ $? != 0 ] || [ -z "$response" ]; then
|
if [ $? != 0 ] || [ -z "$response" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user