Init script up-to-date checking against wrong location
Created by: bbodenmiller
The GitLab check script is currently checking if init script is up to date against:
https://raw.github.com/gitlabhq/gitlab-recipes/master/init.d/gitlab
yet init.d script was recently copied to
lib/support/init.d/gitlab
so should check against
https://raw.github.com/gitlabhq/gitlabhq/master/lib/support/init.d/gitlab
I can submit PR to fix this but can init script be removed from one of the locations so there isn't two copies of the same script out of sync? Also should init script check against master or branch?