1
0
mirror of https://github.com/QSCTech/zjunet.git synced 2026-01-22 19:54:48 +08:00

8 Commits

Author SHA1 Message Date
Allo
6747ef8c4a wlan.sh: remove some possible bashisms in lib/wlan.sh
The shebang line specifies that executing the script using Bourne shell while
some of the code uses possible bashisms like "[[" instead of "[" and "==" instead of "=".
If a user's /bin/sh is linked to other shells like "dash, ksh, etc...",
it might cause an issue for using the program.
2020-04-11 23:47:41 +08:00
Wu Yufei
8f0095c8fe
Update README and add disable WLAN function 2019-08-30 23:18:52 +08:00
wfwf1997
9754ff1d66 fix outdated wlan script 2017-03-24 21:49:17 +08:00
songbo
257a06a5d1 update logout() function to meet current website configuration. Previous version can not logout successfully. 2015-01-24 16:40:53 +08:00
Zeno Zeng
43d6e39757 wlan.sh now uses xl2tpd.conf 2014-10-15 16:35:07 +08:00
Zeno Zeng
2536ecd32e setup route after wlan 2014-10-15 15:24:31 +08:00
Zeno Zeng
00cd078724 remove iconv, fixes #35 2014-10-02 13:25:28 +08:00
Zeno Zeng
7cbef8e8fe move .sh to lib/ 2014-09-29 19:34:38 +08:00