fix db installation

This commit is contained in:
Jérôme Schneider 2013-11-19 15:48:33 +01:00
parent 8906f72451
commit ba31493d55
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@
. /etc/authentic2/authentic.conf
python /usr/lib/authentic2/manage.py syncdb --noinput
python /usr/lib/authentic2/manage.py syncdb --all --noinput
python /usr/lib/authentic2/manage.py migrate --fake --noinput