Tweak check rake task.

This commit is contained in:
Douwe Maan
2015-08-27 11:23:23 -07:00
parent 232422f828
commit 58c487e28b
+2 -2
View File
@@ -595,7 +595,7 @@ namespace :gitlab do
else
puts "no".red
try_fixing_it(
sudo_gitlab("bin/background_jobs start", "RAILS_ENV=production")
sudo_gitlab("RAILS_ENV=production bin/background_jobs start")
)
for_more_information(
see_installation_guide_section("Install Init Script"),
@@ -726,7 +726,7 @@ namespace :gitlab do
else
puts "no".red
try_fixing_it(
sudo_gitlab("bin/mail_room start", "RAILS_ENV=production")
sudo_gitlab("RAILS_ENV=production bin/mail_room start")
)
for_more_information(
see_installation_guide_section("Install Init Script"),