Fix a bug in wlstats gatherer

This commit is contained in:
Petko Bordjukov 2016-11-03 04:59:34 +02:00
parent 5c8654e5b3
commit f2a1b5f8c1
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh #!/bin/sh
sudo /usr/share/collectd/wlstats_gatherer.sh "${COLLECTD_HOSTNAME:-localhost}" "${COLLECTD_INTERVAL:-10}" sudo /usr/share/collectd/wlstats-gatherer.sh "${COLLECTD_HOSTNAME:-localhost}" "${COLLECTD_INTERVAL:-10}"