From 318e7d03fdcd740569f4d6b0d6e308d9bcfa3cd6 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Sat, 17 Feb 2018 00:57:24 +0000 Subject: [PATCH] all for the want of a } --- roles/web-data-analysis/files/run-daily-awstats.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/web-data-analysis/files/run-daily-awstats.sh b/roles/web-data-analysis/files/run-daily-awstats.sh index 12f16f8fad..1804680740 100644 --- a/roles/web-data-analysis/files/run-daily-awstats.sh +++ b/roles/web-data-analysis/files/run-daily-awstats.sh @@ -48,7 +48,7 @@ SITES="admin.fedoraproject.org apps.fedoraproject.org arm.fedoraproject.org ask. pushd ${CONFDIR} for SITE in ${SITES}; do - if [[ -f ${CONFDIR/${SITE} ]]; then + if [[ -f ${CONFDIR}/${SITE} ]]; then if [[ -d ${STORDIR}/${SITE} ]]; then mkdir -p ${STORDIR}/${SITE} fi