and I dropped a quote that broke things
This commit is contained in:
parent
993b750c82
commit
a606d7aa7f
1 changed files with 1 additions and 1 deletions
|
@ -24,5 +24,5 @@ FILES=$( ls -1 ${HTTPLOG}/*access.log.xz | awk '{x=split($0,a,"/"); print a[x]}'
|
|||
|
||||
for FILE in ${FILES}; do
|
||||
TEMP=$(echo ${FILE} | sed 's/\.xz$//')
|
||||
"perl ${AWSTATS} ${HTTPLOG}/${FILE} > ${TARGET}/${TEMP}
|
||||
perl ${AWSTATS} ${HTTPLOG}/${FILE} > ${TARGET}/${TEMP}
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue