Make chown more generic.
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Wed, 30 Jul 2014 17:51:23 +0000 (19:51 +0200)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Wed, 30 Jul 2014 17:51:23 +0000 (19:51 +0200)
commit138d934f014d2c9c54e247298318832e88dceadb
tree0d81399ac4d6dca0d98d65ca292cf6429883367e
parent7bfc81b21af65c91dcbd9d33deae2f020d8bbbee
Make chown more generic.

Some distributions (ubuntu 14.04 maybe?) don't create a
group for a new user.  So change the "chown" to use the
primary group of the user instead of forcing the group.
This should do the right thing in more cases.

Old: chown mediagoblin:mediagoblin
New: chown mediagoblin:
docs/source/siteadmin/deploying.rst