mirror of https://github.com/hak5/openwrt-owl.git
6 lines
61 B
Plaintext
6 lines
61 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
[ "${ACTION}" = "add" ] && {
|
||
|
/sbin/wifi config
|
||
|
}
|