mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-08-02 04:49:24 +08:00
7 lines
135 B
Bash
7 lines
135 B
Bash
#!/bin/sh
|
|
|
|
[ "${ACTION}" = "add" ] && {
|
|
/sbin/wifi config
|
|
[[ -z "$(uci -q get base_config.@status[0].wifi)" ]] && . /sbin/mywifi &
|
|
}
|