Update command to execute as git user

4-2-stable
Fumiya Nakamura 2013-02-08 09:58:27 -08:00
parent 970f86077a
commit 6ce2ff6697
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ Fix the directory permissions for the repositories:
# Make sure the repositories dir is owned by git and it stays that way
sudo chmod -R ug+rwX,o-rwx /home/git/repositories/
sudo chown -R git:git /home/git/repositories/
find /home/git/repositories -type d -print0 | sudo xargs -0 chmod g+s
sudo -u git -H find /home/git/repositories -type d -print0 | sudo xargs -0 chmod g+s
## Add domains to list to the list of known hosts