From b0967c9241d418cbb98743b05b8558ef036bf8c1 Mon Sep 17 00:00:00 2001 From: Praveen Arimbrathodiyil Date: Thu, 18 Feb 2016 18:14:36 +0530 Subject: [PATCH] remove ownership of gitlab_app_root --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index b5275ec2c3..7cee1492a6 100755 --- a/debian/postinst +++ b/debian/postinst @@ -56,7 +56,7 @@ case "$1" in chmod -R ug+rwX,o-rwx ${gitlab_repo_path}/ chmod -R ug-s ${gitlab_repo_path}/ find ${gitlab_repo_path}/ -type d -print0 | xargs -0 chmod g+s - for i in ${gitlab_app_root} ${gitlab_data_dir} ${gitlab_shell_root}; do + for i in ${gitlab_data_dir} ${gitlab_shell_root}; do chown -R ${gitlab_user}: $i done