mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
switchtower: restart uses process/reaper, not "process reaper"
git-svn-id: http://svn.rubyonrails.org/rails/tools/switchtower@2679 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
baabba800e
commit
ed079a86d1
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ end
|
|||
|
||||
desc "Restart the FCGI processes on the app server."
|
||||
task :restart, :roles => :app do
|
||||
sudo "#{current_path}/script/process reaper"
|
||||
sudo "#{current_path}/script/process/reaper"
|
||||
end
|
||||
|
||||
set :migrate_target, :current
|
||||
|
|
Loading…
Reference in a new issue