[New] Added development and download pages

This commit is contained in:
Robert von Burg 2014-03-22 00:17:38 +01:00
parent 9c1a73235f
commit 27b65826f9
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ while read project; do
echo "ERROR: Failed to copy package for project ${project}."
exit 1
fi
else if ls target/*.war 2>/dev/null ; then
elif ls target/*.war 2>/dev/null ; then
if ! cp target/*.war "${workDir}" ; then
echo "ERROR: Failed to copy wars for project ${project}."
exit 1