More verbose comment.
This commit is contained in:
parent
929a81eb43
commit
c77294588a
3
bwifi.sh
3
bwifi.sh
|
@ -32,7 +32,8 @@ if [ "$auth_host" == *"10.1.206.13"* ] ; then
|
||||||
username="${username}@bistu"
|
username="${username}@bistu"
|
||||||
fi
|
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 \
|
title=$(curl --no-progress-meter --include \
|
||||||
--data-urlencode "DDDDD=$username" \
|
--data-urlencode "DDDDD=$username" \
|
||||||
--data-urlencode "upass=$password" \
|
--data-urlencode "upass=$password" \
|
||||||
|
|
Loading…
Reference in a new issue