add the correct path
This commit is contained in:
parent
ac6741f873
commit
9f64800ae1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue