overwrite Gemfile.lock link
This commit is contained in:
parent
ae820c4aeb
commit
ad6b514bd3
1 changed files with 1 additions and 1 deletions
2
debian/postinst
vendored
2
debian/postinst
vendored
|
@ -134,7 +134,7 @@ case "$1" in
|
||||||
|
|
||||||
# Create Gemfile.lock and .secret in /var/lib/gitlab
|
# Create Gemfile.lock and .secret in /var/lib/gitlab
|
||||||
su ${gitlab_user} -s /bin/sh -c "touch ${gitlab_data_dir}/Gemfile.lock"
|
su ${gitlab_user} -s /bin/sh -c "touch ${gitlab_data_dir}/Gemfile.lock"
|
||||||
ln -s ${gitlab_data_dir}/Gemfile.lock ${gitlab_app_root}/Gemfile.lock
|
ln -sf ${gitlab_data_dir}/Gemfile.lock ${gitlab_app_root}/Gemfile.lock
|
||||||
|
|
||||||
if ! [ -f "${gitlab_app_root}" ]; then
|
if ! [ -f "${gitlab_app_root}" ]; then
|
||||||
su ${gitlab_user} -s /bin/sh -c "touch ${gitlab_data_dir}/.secret"
|
su ${gitlab_user} -s /bin/sh -c "touch ${gitlab_data_dir}/.secret"
|
||||||
|
|
Loading…
Reference in a new issue