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