Files
bpfire/config/sarg/cron.weekly
Michael Tremer fb6e700b40 sarg: New addon.
2012-11-26 10:56:48 +01:00

6 lines
74 B
Bash

#!/bin/bash
/usr/sbin/update-sarg-reports weekly >/dev/null 2>&1
exit 0