tabs
This commit is contained in:
parent
9e79a9f1ef
commit
114620aa0c
@ -15,7 +15,7 @@ do_start() {
|
|||||||
DEVS=""
|
DEVS=""
|
||||||
for dev in $( ubus call network.interface dump | jsonfilter -e "@.interface[@.proto='gluon_mesh' && @.up=true].device") $(cat /lib/gluon/respondd/client.dev)
|
for dev in $( ubus call network.interface dump | jsonfilter -e "@.interface[@.proto='gluon_mesh' && @.up=true].device") $(cat /lib/gluon/respondd/client.dev)
|
||||||
do
|
do
|
||||||
DEVS="$DEVS -i $dev"
|
DEVS="$DEVS -i $dev"
|
||||||
done
|
done
|
||||||
service_start $DAEMON -g ff02::2:1001 -p 1001 -d /lib/gluon/respondd $DEVS
|
service_start $DAEMON -g ff02::2:1001 -p 1001 -d /lib/gluon/respondd $DEVS
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user