More verbose comment.

This commit is contained in:
leafee98 2022-12-02 11:42:18 +08:00
parent 929a81eb43
commit c77294588a

View file

@ -32,7 +32,8 @@ if [ "$auth_host" == *"10.1.206.13"* ] ; then
username="${username}@bistu"
fi
# form data
# Note that the encoding of response is gb2312, so we need to transcode
# before comparing the title to judge whether we succeed to login.
title=$(curl --no-progress-meter --include \
--data-urlencode "DDDDD=$username" \
--data-urlencode "upass=$password" \