mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
7b3c66a96a
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
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\"}"
|