]> git.pld-linux.org Git - packages/awstats.git/blame_incremental - awstats-cron
- added mime icons.
[packages/awstats.git] / awstats-cron
... / ...
CommitLineData
1#!/bin/sh
2# update access statistics for the web site
3
4if [ -s /var/log/httpd/access_log ] ; then
5 /usr/bin/awstats_updateall.pl now -config-dir=/etc \
6 -awstatsprog=/home/services/httpd/cgi-bin/awstats.pl > /dev/null
7fi
8
9exit 0
This page took 0.075613 seconds and 4 git commands to generate.