From ec47b72cafd6d02a83bed5b50b37f3662feb8c14 Mon Sep 17 00:00:00 2001 From: John Jarvis Date: Tue, 10 Jul 2012 18:11:29 -0400 Subject: [PATCH] updating rakefile so that starting gunicorn is non-fatal --- rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rakefile b/rakefile index 6733bebaf5..b621a4c70e 100644 --- a/rakefile +++ b/rakefile @@ -153,7 +153,7 @@ task :package do # Delete mako temp files rm -rf /tmp/tmp*mako - service gunicorn start + service gunicorn start || echo "Unable to start gunicorn. Continuing" POSTINSTALL postinstall.close() FileUtils.chmod(0755, postinstall.path)