better messaging

This commit is contained in:
2016-02-04 23:05:38 -05:00
parent a2ee94a8fb
commit b97a104ad6
+1 -1
View File
@@ -13,7 +13,7 @@ bpwatch start collectstatic
if [ ! "$DISABLE_COLLECTSTATIC" ] && [ -f "$MANAGE_FILE" ] && [ "$DJANGO_INSTALLED" ]; then
set +e
echo "-----> Preparing static assets"
echo "-----> Preparing static assets with 'collectstatic'."
echo " Running collectstatic..."
python $MANAGE_FILE collectstatic --noinput 2>&1 | sed '/^Copying/d;/^$/d;/^ /d' | indent