diff options
Diffstat (limited to 'lib/support')
-rwxr-xr-x | lib/support/init.d/gitlab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/support/init.d/gitlab b/lib/support/init.d/gitlab index bccb94ff0bf..827c7cf7ce8 100755 --- a/lib/support/init.d/gitlab +++ b/lib/support/init.d/gitlab @@ -57,7 +57,7 @@ gitaly_log="$app_root/log/gitaly.log" # Read configuration variable file if it is present test -f /etc/default/gitlab && . /etc/default/gitlab -# Switch to the app_user if it is not he/she who is running the script. +# Switch to the app_user if it is not they who are running the script. if [ `whoami` != "$app_user" ]; then eval su - "$app_user" -c $(echo \")$shell_path -l -c \'$0 "$@"\'$(echo \"); exit; fi |