summaryrefslogtreecommitdiff
path: root/doc/update/6.9-to-7.0.md
diff options
context:
space:
mode:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2014-09-01 16:39:56 -0700
committerBen Bodenmiller <bbodenmiller@hotmail.com>2014-09-01 16:39:56 -0700
commit60e24f4973d6c999d5ffa7b3b3d542348ace786e (patch)
treeb964e955aa9ebca9423901753cf3a672fc9a7b04 /doc/update/6.9-to-7.0.md
parent4102eb3b85a1a9d43bebe116066719e6b0872566 (diff)
downloadgitlab-ce-60e24f4973d6c999d5ffa7b3b3d542348ace786e.tar.gz
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.
Diffstat (limited to 'doc/update/6.9-to-7.0.md')
-rw-r--r--doc/update/6.9-to-7.0.md1
1 files changed, 0 insertions, 1 deletions
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