From 16046aa8e9f810168472918457b1d87e722a5bf1 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Fri, 25 May 2012 15:37:50 -0400 Subject: [PATCH] Be more specific when deleting mako template cache directory --- rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rakefile b/rakefile index e60bd8cb7a..bdeeb6b09d 100644 --- a/rakefile +++ b/rakefile @@ -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