You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3 lines
175 B

  1. [ "$ACTION" = "add" -o "$ACTION" = "update" ] || exit 0
  2. ubus list wifidog-ng > /dev/null 2>&1 || exit 0
  3. ubus call wifidog-ng roam "{\"mac\":\"$MACADDR\", \"ip\":\"$IPADDR\"}"