Files
2025-06-24 15:51:28 +02:00

6 lines
97 B
Bash

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