Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
#! /bin/bash
2
# update access statistics for the web site
3
 
4
if [ -s /var/log/httpd/access_log ]; then
5
   exec /usr/bin/webalizer -Q
6
fi