all for the want of a }
This commit is contained in:
parent
de89c4f9c4
commit
318e7d03fd
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ SITES="admin.fedoraproject.org apps.fedoraproject.org arm.fedoraproject.org ask.
|
||||||
|
|
||||||
pushd ${CONFDIR}
|
pushd ${CONFDIR}
|
||||||
for SITE in ${SITES}; do
|
for SITE in ${SITES}; do
|
||||||
if [[ -f ${CONFDIR/${SITE} ]]; then
|
if [[ -f ${CONFDIR}/${SITE} ]]; then
|
||||||
if [[ -d ${STORDIR}/${SITE} ]]; then
|
if [[ -d ${STORDIR}/${SITE} ]]; then
|
||||||
mkdir -p ${STORDIR}/${SITE}
|
mkdir -p ${STORDIR}/${SITE}
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue