Hardcoded gitlab-shell directory in install check script
Created by: etki
Hi.
I'm running quite an off-guide installation, and i've installed gitlab-shell under '/srv/git/gitlab/shell'. Gitlab is working fine, but running sudo -u gitlab bundle exec rake gitlab:check RAILS_ENV=production
gives me following output:
Running /srv/git/gitlab/gitlab-shell/bin/check
gitlab-shell self-check failed
Try fixing it:
Make sure GitLab is running;
Check the gitlab-shell configuration file:
sudo -u gitlab -H editor /srv/git/gitlab/gitlab-shell/config.yml
Please fix the error above and rerun the checks.
It seems that 'gitlab-shell' directory name is hardcoded somewhere (i think, it is concatenated from gitlab home 'srv/git/gitlab' and 'gitlab-shell', since config points to exact directory).