]> git.pld-linux.org Git - packages/awstats.git/blob - awstats-cron
6567900acb1e2644b579a4d4deddaf86abc35990
[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=/srv/httpd/html/cgi-bin/awstats.pl > /dev/null
7 fi
8
9 exit 0
This page took 0.024055 seconds and 2 git commands to generate.