Be more specific when deleting mako template cache directory

This commit is contained in:
Calen Pennington
2012-05-25 15:37:50 -04:00
parent bd7f1c3ab2
commit 16046aa8e9

View File

@@ -88,7 +88,7 @@ task :package do
/opt/wwc/mitx/collect_static_resources
# Delete mako temp files
rm -rf /tmp/tmp*
rm -rf /tmp/tmp*mako
service gunicorn start
POSTINSTALL