From a606d7aa7f7a47f9673a0b5990d1c03c0395e79f Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Wed, 2 Mar 2016 21:26:04 +0000 Subject: [PATCH] and I dropped a quote that broke things --- roles/awstats/files/combineHttpLogs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/awstats/files/combineHttpLogs.sh b/roles/awstats/files/combineHttpLogs.sh index 2d5d1b35be..429aca7b89 100644 --- a/roles/awstats/files/combineHttpLogs.sh +++ b/roles/awstats/files/combineHttpLogs.sh @@ -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