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

6 lines
73 B
Bash

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