Commit 93c689e2 by Calen Pennington

Don't fail post-install script if link target doesn't exist

parent a54fcd97
......@@ -40,7 +40,7 @@ task :package do
set -x
service gunicorn stop
rm #{LINK_PATH}
rm -f #{LINK_PATH}
ln -s #{INSTALL_DIR_PATH} #{LINK_PATH}
service gunicorn start
POSTINSTALL
......
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