]> git.pld-linux.org Git - packages/awstats.git/blame - awstats-cron
- initial relase from RH
[packages/awstats.git] / awstats-cron
CommitLineData
0ca4c431 1#!/bin/bash
2# update access statistics for the web site
3
4if [ -s /var/log/httpd/access_log ] ; then
5 /usr/bin/awstats_updateall.pl now -confdir=/etc \
6 -awstatsprog=/home/services/httpd/html/cgi-bin/awstats.pl > /dev/null
7fi
8
9exit 0
This page took 0.059084 seconds and 4 git commands to generate.