Initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ "${ACTION}" = "add" ] && [ "${INTERFACE%%[0-9]}" = "wl" ] && {
|
||||
/sbin/wifi config
|
||||
}
|
||||
Reference in New Issue
Block a user