mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-15 04:42:02 +00:00
6 lines
61 B
Text
6 lines
61 B
Text
|
#!/bin/sh
|
||
|
|
||
|
[ "${ACTION}" = "add" ] && {
|
||
|
/sbin/wifi config
|
||
|
}
|