add debug info

This commit is contained in:
neil 2021-06-01 22:15:41 +08:00
parent 495ba01d8e
commit c2273d2c8e
1 changed files with 2 additions and 1 deletions

View File

@ -194,7 +194,7 @@ _check_cookie() {
# _domain=domain.com # _domain=domain.com
_get_root() { _get_root() {
domain="$1" domain="$1"
i=2 i=1
p=1 p=1
while true; do while true; do
h=$(printf "%s" "$domain" | cut -d . -f $i-100) h=$(printf "%s" "$domain" | cut -d . -f $i-100)
@ -220,6 +220,7 @@ _get_root() {
_authget() { _authget() {
export _H1="Cookie: $One984HOSTING_COOKIE" export _H1="Cookie: $One984HOSTING_COOKIE"
_response=$(_get "$1") _response=$(_get "$1")
_debug2 _response "$_response"
} }
# truncate huge HTML response # truncate huge HTML response