Commit ec47b72c by John Jarvis

updating rakefile so that starting gunicorn is non-fatal

parent 1ac6e0a0
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment