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