]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - config/sarg/cron.daily
sarg: New addon.
[people/teissler/ipfire-2.x.git] / config / sarg / cron.daily
diff --git a/config/sarg/cron.daily b/config/sarg/cron.daily
new file mode 100644 (file)
index 0000000..8ae1b1b
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+/usr/sbin/update-sarg-reports daily >/dev/null 2>&1
+
+exit 0