fixup! make respondd mesh-prtocol agnostic

This commit is contained in:
Christof Schulze 2016-11-25 10:26:13 +01:00
parent 4ea38542c7
commit 898551035d

View File

@ -13,7 +13,7 @@ LOCK=/var/run/gluon-respondd.lock
do_start() {
DEVS=""
for dev in "$( ubus call network.interface dump | jsonfilter -e "@.interface[@.proto='gluon_mesh' && @.up=true].device") br-wan br-client"
for dev in $( ubus call network.interface dump | jsonfilter -e "@.interface[@.proto='gluon_mesh' && @.up=true].device") br-wan br-client
do
DEVS="$DEVS -i $dev"
done