add the correct path

This commit is contained in:
Stephen Smoogen 2016-05-30 00:41:13 +00:00
parent ac6741f873
commit 9f64800ae1

View file

@ -47,6 +47,6 @@ SITES="apps.fedoraproject.org codecs.fedoraproject.org communityblog.fedoraproje
for SITE in ${SITES}; do
perl /usr/share/awstats/wwwroot/cgi-bin/awstats.pl -config=${CONFDIR}/${SITE} -update -Logfile=${TREEDIR}/${SITE}-access.log
mkdir -p ${OUTDIR}/${YEAR}
perl /usr/share/awstats/wwwroot/cgi-bin/awstats_buildstaticpages.pl -awstatsprog=${AWSTATS} -config=${SITE} -month=all -year=${YEAR} -dir=${OUTDIR}/${YEAR} ;
perl /usr/share/awstats/tools/awstats_buildstaticpages.pl -awstatsprog=${AWSTATS} -config=${SITE} -month=all -year=${YEAR} -dir=${OUTDIR}/${YEAR} ;
done