gitlab-shell/bin/check TypeError in git-shell-1.7.8
Created by: blackst0ne
Today I updated git-shell to version 1.7.8 using this page: https://github.com/gitlabhq/gitlabhq/blob/master/doc/update/patch_versions.md
After all, I run
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
and got:
Check directories and files:
/home/git/repositories: OK
/home/git/.ssh/authorized_keys: OK
: /home/git/gitlab-shell/bin/check:25:in `exists?': can't convert nil into String (TypeError)
from /home/git/gitlab-shell/bin/check:25:in `block in <main>'
from /home/git/gitlab-shell/bin/check:23:in `each'
from /home/git/gitlab-shell/bin/check:23:in `<main>'
gitlab-shell self-check failed
What's wrong with it?