mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 02:11:42 +08: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\"}"
|