Skip to content
Snippets Groups Projects
Commit 58c487e2 authored by Douwe Maan's avatar Douwe Maan
Browse files

Tweak check rake task.

parent 232422f8
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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"),
Loading
Loading
@@ -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"),
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment