install: Make sure we own everything under /var/log/zulip

supervisord may start up during the install process and do a bunch of
incorrect stuff, with the net effect of creating files in there owned
by root.

(imported from commit 28379af9680bf9d3c72da196f329abdf8c82c6be)
This commit is contained in:
Tim Abbott 2013-11-12 22:09:11 -05:00
parent a6af391125
commit 0ec8a7a2f1
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ ln -nsf /etc/zulip/settings.py /root/zulip/zproject/local_settings.py
deploy_path=$($(dirname $(dirname $0))/unpack-zulip "$tarball")
ln -nsf "$deploy_path" /home/zulip/deployments/current
chown -R zulip:zulip /home/zulip/deployments
chown -R zulip:zulip /home/zulip/deployments /var/log/zulip
cd /home/zulip/deployments/current
su zulip -c /home/zulip/deployments/current/scripts/setup/create-database