Commit e6118312 by Calen Pennington

Make code be owned by makeitso

parent d418acd6
......@@ -39,9 +39,12 @@ task :package do
set -e
set -x
sudo chown -R makeitso:makeitso #{INSTALL_DIR_PATH}
service gunicorn stop
rm -f #{LINK_PATH}
ln -s #{INSTALL_DIR_PATH} #{LINK_PATH}
sudo chown makeitso:makeitso #{LINK_PATH}
service gunicorn start
POSTINSTALL
postinstall.close()
......
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