]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - config/sarg/cron.hourly
Re-add 'wlanap country' string that has accidentially been dropped.
[people/teissler/ipfire-2.x.git] / config / sarg / cron.hourly
1 #!/bin/bash
2
3 /usr/sbin/update-sarg-reports today >/dev/null 2>&1
4
5 exit 0