gluon-announce: rename announce.lua to collect.lua
Signed-off-by: flokli <florian@darmstadt.freifunk.net>
This commit is contained in:
parent
0df0eaeaac
commit
63ff54e4bc
@ -1 +1 @@
|
||||
* * * * * /lib/gluon/announce/announce.lua nodeinfo | gzip | alfred -s 158; /lib/gluon/announce/announce.lua statistics | gzip | alfred -s 159
|
||||
* * * * * /lib/gluon/announce/collect.lua nodeinfo | gzip | alfred -s 158; /lib/gluon/announce/collect.lua statistics | gzip | alfred -s 159
|
||||
|
@ -21,7 +21,7 @@ restart_announced () {
|
||||
DEVS=$(cat $DEVLIST | while read dev iface;do echo -n " -i $dev";done)
|
||||
|
||||
service_stop $DAEMON
|
||||
service_start $DAEMON -g ff02:0:0:0:0:0:2:1001 -p 1001 -s '/lib/gluon/announce/announce.lua nodeinfo' $DEVS
|
||||
service_start $DAEMON -g ff02:0:0:0:0:0:2:1001 -p 1001 -s '/lib/gluon/announce/collect.lua nodeinfo' $DEVS
|
||||
}
|
||||
|
||||
case "$ACTION" in
|
||||
|
Loading…
Reference in New Issue
Block a user