Commit 58c487e2 authored by Douwe Maan's avatar Douwe Maan

Tweak check rake task.

parent 232422f8
...@@ -595,7 +595,7 @@ namespace :gitlab do ...@@ -595,7 +595,7 @@ namespace :gitlab do
else else
puts "no".red puts "no".red
try_fixing_it( try_fixing_it(
sudo_gitlab("bin/background_jobs start", "RAILS_ENV=production") sudo_gitlab("RAILS_ENV=production bin/background_jobs start")
) )
for_more_information( for_more_information(
see_installation_guide_section("Install Init Script"), see_installation_guide_section("Install Init Script"),
...@@ -726,7 +726,7 @@ namespace :gitlab do ...@@ -726,7 +726,7 @@ namespace :gitlab do
else else
puts "no".red puts "no".red
try_fixing_it( try_fixing_it(
sudo_gitlab("bin/mail_room start", "RAILS_ENV=production") sudo_gitlab("RAILS_ENV=production bin/mail_room start")
) )
for_more_information( for_more_information(
see_installation_guide_section("Install Init Script"), see_installation_guide_section("Install Init Script"),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment