fix git config

This commit is contained in:
Praveen Arimbrathodiyil 2016-01-15 23:02:10 +05:30
parent e70cf0ab41
commit c6218be868

1
debian/postinst vendored
View file

@ -35,6 +35,7 @@ case "$1" in
chown -R ${gitlab_user}: ${gitlab_data_dir}
chown -R ${gitlab_user}: /usr/share/gitlab-shell
sudo -u ${gitlab_user} mkdir -m 750 ${gitlab_home}/public/uploads
sudo -u ${gitlab_user} -H "/usr/bin/git" config --global core.autocrlf "input"
cd ${gitlab_home}
# Show debconf questions
. /usr/share/debconf/confmodule