Skip to content
Snippets Groups Projects
Commit 5c413a12 authored by Anjan Chanda's avatar Anjan Chanda
Browse files

wifi: add hotplug script for wifi config generation

parent 1a84f91f
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
[ "${ACTION}" = "add" ] && [ "${INTERFACE%%[0-9]}" = "wlan" ] && {
/sbin/wifi config
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment