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