This commit is contained in:
2016-02-04 23:36:19 -05:00
parent 7f475977b5
commit 8615bf5272
+1 -1
View File
@@ -32,7 +32,7 @@ if [ ! "$DISABLE_COLLECTSTATIC" ] && [ -f "$MANAGE_FILE" ] && [ "$DJANGO_INSTALL
# Run collectstatic, cleanup some of the noisy output.
python $MANAGE_FILE collectstatic --noinput --traceback 2>&1 | sed '/^Copying/d;/^$/d;/^ /d' | indent
echo
python $MANAGE_FILE collectstatic
python $MANAGE_FILE collectstatic | indent
COLLECTSTATIC_STATUS="${PIPESTATUS[0]}"
set -e