Fix sidekiq start text in documentation and gitlab:check

This commit is contained in:
Perry Faro 2013-10-31 20:19:57 +01:00
parent 844f8fd213
commit 5d98afb55b
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ Start it with [Foreman](https://github.com/ddollar/foreman)
or start each component separately
bundle exec rails s
bundle exec rake sidekiq:start
script/background_jobs start
### Run the tests

View File

@ -648,7 +648,7 @@ namespace :gitlab do
else
puts "no".red
try_fixing_it(
sudo_gitlab("bundle exec rake sidekiq:start RAILS_ENV=production")
sudo_gitlab("RAILS_ENV=production script/background_jobs start")
)
for_more_information(
see_installation_guide_section("Install Init Script"),