Make code be owned by makeitso

This commit is contained in:
Calen Pennington
2012-04-18 14:23:20 -04:00
parent ee5dedad4e
commit c7c74c729c

View File

@@ -38,10 +38,13 @@ task :package do
#! /bin/sh
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()