From f467134fc5a9fa4eb05175d2e9951b5a9a9f36fe Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Thu, 31 May 2012 11:59:14 -0400 Subject: [PATCH] Don't fail post-install configuration if gunicorn won't stop --- rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rakefile b/rakefile index bdeeb6b09d..a78e835b45 100644 --- a/rakefile +++ b/rakefile @@ -80,7 +80,7 @@ task :package do chown -R makeitso:makeitso #{INSTALL_DIR_PATH} chmod +x #{INSTALL_DIR_PATH}/collect_static_resources - service gunicorn stop + service gunicorn stop || echo "Unable to stop gunicorn. Continuing" rm -f #{LINK_PATH} ln -s #{INSTALL_DIR_PATH} #{LINK_PATH} chown makeitso:makeitso #{LINK_PATH}