6 lines
61 B
Text
6 lines
61 B
Text
|
#!/bin/sh
|
||
|
|
||
|
[ "${ACTION}" = "add" ] && {
|
||
|
/sbin/wifi config
|
||
|
}
|