From b44f109afa098bd835c5a13e5a5405a8fb10af7b Mon Sep 17 00:00:00 2001 From: hiska Date: Tue, 9 May 2017 00:05:38 +0900 Subject: [PATCH] Use _H1 according to Neilpang's comment --- dnsapi/dns_dnsever.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dnsapi/dns_dnsever.sh b/dnsapi/dns_dnsever.sh index ab543f5b..6c44dad3 100644 --- a/dnsapi/dns_dnsever.sh +++ b/dnsapi/dns_dnsever.sh @@ -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