map-agent: hotplug: topology-discovery: fix typo from previous change

This commit is contained in:
Erik Karlsson 2025-01-17 10:52:06 +01:00
parent fc2b5a2380
commit 3d3397703f

View file

@ -21,7 +21,7 @@ issue_discovery() {
[ "$data" == "" ] && return
ubus call ieee1905 cmdu "{\"dst\":\"01:80:c2:00:00:13\", \"type\":0, \"data\":\"${data}\"})" > /dev/null 2>&1
ubus call ieee1905 cmdu "{\"dst\":\"01:80:c2:00:00:13\", \"type\":0, \"data\":\"${data}\"}" > /dev/null 2>&1
}
process_vlans() {