mirror of
https://github.com/novatiq/packages.git
synced 2026-07-25 21:16:03 +01:00
4 lines
175 B
Plaintext
4 lines
175 B
Plaintext
[ "$ACTION" = "add" -o "$ACTION" = "update" ] || exit 0
|
|
ubus list wifidog-ng > /dev/null 2>&1 || exit 0
|
|
ubus call wifidog-ng roam "{\"mac\":\"$MACADDR\", \"ip\":\"$IPADDR\"}"
|