overwrite broken links
This commit is contained in:
parent
d5e765bbfe
commit
7fc97ee4a2
1 changed files with 1 additions and 1 deletions
2
debian/postinst
vendored
2
debian/postinst
vendored
|
@ -137,7 +137,7 @@ case "$1" in
|
|||
ln -sf ${gitlab_data_dir}/Gemfile.lock ${gitlab_app_root}/Gemfile.lock
|
||||
|
||||
if ! [ -e ${gitlab_app_root}/.secret ] ; then
|
||||
ln -s ${gitlab_data_dir}/.secret ${gitlab_app_root}/.secret
|
||||
ln -sf ${gitlab_data_dir}/.secret ${gitlab_app_root}/.secret
|
||||
fi
|
||||
|
||||
echo "Verifying we have all required libraries..."
|
||||
|
|
Loading…
Reference in a new issue