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