mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
map-agent: dynbhd: fix connected ports file path
This commit is contained in:
parent
59583925b5
commit
6b75585b9d
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
. /lib/network/utils.sh
|
. /lib/network/utils.sh
|
||||||
|
|
||||||
conn_ports_file="/tmp/map.connected.ports"
|
conn_ports_file="/var/run/multiap/map.connected.ports"
|
||||||
map_bh_file="/var/run/multiap/multiap.backhaul"
|
map_bh_file="/var/run/multiap/multiap.backhaul"
|
||||||
al_bridge="$(uci -q get mapagent.agent.al_bridge)"
|
al_bridge="$(uci -q get mapagent.agent.al_bridge)"
|
||||||
[ "${al_bridge:0:3}" = "br-" ] || exit 0
|
[ "${al_bridge:0:3}" = "br-" ] || exit 0
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue