2021-06-15 17:58:07 +08:00

6 lines
97 B
Bash

#!/bin/sh
[ "${ACTION}" = "add" ] && [ "${INTERFACE%%[0-9]}" = "wl" ] && {
/sbin/wifi config
}