check_init_script_up_to_date is not right if the oprating system is not ubuntu
Created by: jlumqz
https://github.com/gitlabhq/gitlabhq/blob/master/lib/tasks/gitlab/check.rake if recipe_content == script_content puts "yes".green I think we should check the operating system first, if it is not ubuntu, we should output something else, but not tell us that the file is not up-to-date.