FS#104 Add the ability to select several ledgers for the search

This commit is contained in:
Dany De Bontridder 2010-07-13 19:04:10 +00:00
parent d19e2b9ad5
commit 4a75de6f8c
4 changed files with 30 additions and 28 deletions

View file

@ -3,7 +3,7 @@ cd html; sed -i "s/utf-8/utf-8/g" *
cd ..
if [ ! -z "$PGUSER" ] ; then
echo "DOMAINE = $DOMAIN"
postgresql_autodoc -u $PGUSER --password $PGPASSWORD -h localhost -d ${DOMAIN}mod1
postgresql_autodoc -u $PGUSER --password $PGPASSWORD -h localhost -d ${DOMAIN}account_repository
postgresql_autodoc -u $PGUSER --password=$PGPASSWORD -h localhost -d ${DOMAIN}mod1
postgresql_autodoc -u $PGUSER --password=$PGPASSWORD -h localhost -d ${DOMAIN}account_repository
fi
cd ../../ && bash dev/compose_list.sh