]> git.ipfire.org Git - ipfire-2.x.git/blob - config/sarg/cron.monthly
core134: Ship changed general-functions.pl
[ipfire-2.x.git] / config / sarg / cron.monthly
1 #!/bin/bash
2
3 /usr/sbin/update-sarg-reports monthly >/dev/null 2>&1
4
5 exit 0