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