mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-15 16:15:29 +08:00
6 lines
61 B
Bash
6 lines
61 B
Bash
#!/bin/sh
|
|
|
|
[ "${ACTION}" = "add" ] && {
|
|
/sbin/wifi config
|
|
}
|