mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-19 21:55:31 +08:00
6 lines
97 B
Bash
Executable File
6 lines
97 B
Bash
Executable File
#!/bin/sh
|
|
|
|
[ "${ACTION}" = "add" ] && [ "${INTERFACE%%[0-9]}" = "wl" ] && {
|
|
/sbin/wifi config
|
|
}
|