postinst: stop linking static file

This commit is contained in:
Jérôme Schneider 2014-03-25 12:11:04 +01:00
parent 9733575ed8
commit 4f5b1ef454
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ case "$1" in
fi
echo -n "Generating static files.." >&2
su authentic -p -c "/usr/bin/authentic2-ctl collectstatic --noinput --link" >&2
su authentic -p -c "/usr/bin/authentic2-ctl collectstatic --noinput --traceback" >&2
echo "..done" >&2
;;