change permissions of gitlab-shell
This commit is contained in:
parent
57bc1087cc
commit
899b5c51c2
1 changed files with 1 additions and 0 deletions
1
debian/postinst
vendored
1
debian/postinst
vendored
|
@ -33,6 +33,7 @@ case "$1" in
|
||||||
mkdir -p ${gitlab_data_dir}
|
mkdir -p ${gitlab_data_dir}
|
||||||
chown -R ${gitlab_user}: ${gitlab_home}
|
chown -R ${gitlab_user}: ${gitlab_home}
|
||||||
chown -R ${gitlab_user}: ${gitlab_data_dir}
|
chown -R ${gitlab_user}: ${gitlab_data_dir}
|
||||||
|
chown -R ${gitlab_user}: /usr/share/gitlab-shell
|
||||||
cd ${gitlab_home}
|
cd ${gitlab_home}
|
||||||
# Show debconf questions
|
# Show debconf questions
|
||||||
. /usr/share/debconf/confmodule
|
. /usr/share/debconf/confmodule
|
||||||
|
|
Loading…
Add table
Reference in a new issue