all for the want of a }

This commit is contained in:
Stephen Smoogen 2018-02-17 00:57:24 +00:00
parent de89c4f9c4
commit 318e7d03fd

View file

@ -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