]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/sarg/cron.hourly
syslog: Listen to network and block access from anywhere but localhost
[people/pmueller/ipfire-2.x.git] / config / sarg / cron.hourly
CommitLineData
fb6e700b
MT
1#!/bin/bash
2
3/usr/sbin/update-sarg-reports today >/dev/null 2>&1
4
5exit 0