mirror of
https://github.com/gitlabhq/gitlab-recipes.git
synced 2026-01-08 22:18:02 -05:00
Changed user to standard git
This commit is contained in:
@@ -27,7 +27,7 @@ RAILS_ENV="production"
|
||||
|
||||
# Script variable names should be lower-case not to conflict with
|
||||
# internal /bin/sh variables such as PATH, EDITOR or SHELL.
|
||||
app_user="gitlab"
|
||||
app_user="git"
|
||||
app_root="/home/$app_user/gitlab"
|
||||
pid_path="$app_root/tmp/pids"
|
||||
socket_path="$app_root/tmp/sockets"
|
||||
|
||||
Reference in New Issue
Block a user