From 898551035d3b647f5781516adc75aee3a8ecf159 Mon Sep 17 00:00:00 2001 From: Christof Schulze Date: Fri, 25 Nov 2016 10:26:13 +0100 Subject: [PATCH] fixup! make respondd mesh-prtocol agnostic --- package/gluon-respondd/files/etc/init.d/gluon-respondd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/gluon-respondd/files/etc/init.d/gluon-respondd b/package/gluon-respondd/files/etc/init.d/gluon-respondd index 4099f690..542348d8 100755 --- a/package/gluon-respondd/files/etc/init.d/gluon-respondd +++ b/package/gluon-respondd/files/etc/init.d/gluon-respondd @@ -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