updating rakefile so that starting gunicorn is non-fatal

This commit is contained in:
John Jarvis
2012-07-10 18:11:29 -04:00
parent 1ac6e0a083
commit ec47b72caf

View File

@@ -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)