mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-27 17:18:59 +00:00
6 lines
61 B
Plaintext
6 lines
61 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
[ "${ACTION}" = "add" ] && {
|
||
|
/sbin/wifi config
|
||
|
}
|