diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-09-01 16:39:56 -0700 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-09-01 16:39:56 -0700 |
commit | 60e24f4973d6c999d5ffa7b3b3d542348ace786e (patch) | |
tree | b964e955aa9ebca9423901753cf3a672fc9a7b04 /doc/update/7.0-to-7.1.md | |
parent | 4102eb3b85a1a9d43bebe116066719e6b0872566 (diff) | |
download | gitlab-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/7.0-to-7.1.md')
-rw-r--r-- | doc/update/7.0-to-7.1.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/update/7.0-to-7.1.md b/doc/update/7.0-to-7.1.md index 166ff0ea136..82bb5708734 100644 --- a/doc/update/7.0-to-7.1.md +++ b/doc/update/7.0-to-7.1.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 |