From 60e24f4973d6c999d5ffa7b3b3d542348ace786e Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Mon, 1 Sep 2014 16:39:56 -0700 Subject: remove unnecessary chmod `lib/support/init.d/gitlab` was set as executable in the repo as of the 6.1 release so chmod is not needed after that. See https://github.com/gitlabhq/gitlabhq/pull/7586/files#r16885445. --- doc/update/6.9-to-7.0.md | 1 - 1 file changed, 1 deletion(-) (limited to 'doc/update/6.9-to-7.0.md') diff --git a/doc/update/6.9-to-7.0.md b/doc/update/6.9-to-7.0.md index f1d3d9c7b2d..bbb3b2617a7 100644 --- a/doc/update/6.9-to-7.0.md +++ b/doc/update/6.9-to-7.0.md @@ -93,7 +93,6 @@ sudo -u git -H bundle exec rake assets:clean assets:precompile cache:clear RAILS # Update init.d script sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab -sudo chmod +x /etc/init.d/gitlab ``` ### 6. Update config files -- cgit v1.2.1