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