mirror of
https://github.com/gitlabhq/gitlab-recipes.git
synced 2026-01-07 21:54: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"
|
||||
@@ -387,4 +387,4 @@ case "$1" in
|
||||
;;
|
||||
esac
|
||||
|
||||
exit
|
||||
exit
|
||||
Reference in New Issue
Block a user