webalizer/webalizer.cron
jorton ffc836e1f5 - run with -Q from cron (#120913)
- remove ancient trigger and post scriptlets
- only read webalizer.conf from $PWD if owner matches user (#158174)
2005-09-21 12:34:31 +00:00

6 lines
133 B
Bash

#! /bin/bash
# update access statistics for the web site
if [ -s /var/log/httpd/access_log ]; then
exec /usr/bin/webalizer -Q
fi