Skip to content

Commit

Permalink
Merge pull request seuros#88 from seuros/revert-76-fix-starting-probl…
Browse files Browse the repository at this point in the history
…em-with-pty

Revert "Add nohup when executing start_sidekiq command, for a problem… closes seuros#87
  • Loading branch information
seuros committed Jun 16, 2015
2 parents 3f5073e + 415cb90 commit 94e08ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capistrano/tasks/sidekiq.cap
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ namespace :sidekiq do
if fetch(:start_sidekiq_in_background, fetch(:sidekiq_run_in_background))
background :bundle, :exec, :sidekiq, args.compact.join(' ')
else
execute :nohup, :bundle, :exec, :sidekiq, args.compact.join(' ')
execute :bundle, :exec, :sidekiq, args.compact.join(' ')
end
end

Expand Down

0 comments on commit 94e08ab

Please sign in to comment.