Commit c7c74c72 by Calen Pennington

Make code be owned by makeitso

parent ee5dedad
...@@ -38,10 +38,13 @@ task :package do ...@@ -38,10 +38,13 @@ task :package do
#! /bin/sh #! /bin/sh
set -e set -e
set -x set -x
sudo chown -R makeitso:makeitso #{INSTALL_DIR_PATH}
service gunicorn stop service gunicorn stop
rm -f #{LINK_PATH} rm -f #{LINK_PATH}
ln -s #{INSTALL_DIR_PATH} #{LINK_PATH} ln -s #{INSTALL_DIR_PATH} #{LINK_PATH}
sudo chown makeitso:makeitso #{LINK_PATH}
service gunicorn start service gunicorn start
POSTINSTALL POSTINSTALL
postinstall.close() 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