Commit b057e58b6f32c9458fe212e8ef01ca4214860667
1 parent
68590fdd
Exists in
spb-stable
and in
3 other branches
Reword upgrade -y comment, improve layout and allow just y.
Showing
2 changed files
with
2 additions
and
4 deletions
Show diff stats
doc/update/upgrader.md
| ... | ... | @@ -19,10 +19,8 @@ __GitLab Upgrader is available only for version 6.4.2 or higher__ |
| 19 | 19 | |
| 20 | 20 | cd /home/git/gitlab |
| 21 | 21 | sudo -u git -H ruby script/upgrade.rb |
| 22 | - | |
| 23 | - # it also supports -y option to avouid user input | |
| 22 | + # to perform a non-interactive install (no user input required) you can add -y | |
| 24 | 23 | # sudo -u git -H ruby script/upgrade.rb -y |
| 25 | - | |
| 26 | 24 | |
| 27 | 25 | ### 3. Start application |
| 28 | 26 | ... | ... |