]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - config/sarg/cron.weekly
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
[people/teissler/ipfire-2.x.git] / config / sarg / cron.weekly
1 #!/bin/bash
2
3 /usr/sbin/update-sarg-reports weekly >/dev/null 2>&1
4
5 exit 0