~vcs-imports/ipfire/ipfire-2.x

« back to all changes in this revision

Viewing changes to config/sarg/cron.daily

  • Committer: Daniel Glanzmann
  • Date: 2008-09-26 17:05:28 UTC
  • mto: (1394.1.12)
  • mto: This revision was merged to the branch mainline in revision 1401.
  • Revision ID: git-v1:19ac4d1b6e234e1391b3d406381e3b74e92c40dd
added new useragent thunderbird

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/bash
2
 
 
3
 
/usr/sbin/update-sarg-reports daily >/dev/null 2>&1
4
 
 
5
 
exit 0