]> git.pld-linux.org Git - packages/awstats.git/blame - awstats-cron
- updated to 6.2
[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
2bcac01a 5 /usr/bin/awstats_updateall.pl now -config-dir=/etc \
3c1b9484 6 -awstatsprog=/home/services/httpd/html/cgi-bin/awstats.pl > /dev/null
0ca4c431 7fi
8
9exit 0
This page took 0.075026 seconds and 4 git commands to generate.