mirror of
https://github.com/gitlabhq/gitlab-recipes.git
synced 2026-01-09 14:37:57 -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
|
# Script variable names should be lower-case not to conflict with
|
||||||
# internal /bin/sh variables such as PATH, EDITOR or SHELL.
|
# internal /bin/sh variables such as PATH, EDITOR or SHELL.
|
||||||
app_user="gitlab"
|
app_user="git"
|
||||||
app_root="/home/$app_user/gitlab"
|
app_root="/home/$app_user/gitlab"
|
||||||
pid_path="$app_root/tmp/pids"
|
pid_path="$app_root/tmp/pids"
|
||||||
socket_path="$app_root/tmp/sockets"
|
socket_path="$app_root/tmp/sockets"
|
||||||
|
|||||||
Reference in New Issue
Block a user