From ed079a86d1e6047f417f6051a3a41341a4c3512b Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Tue, 18 Oct 2005 17:31:52 +0000 Subject: [PATCH] switchtower: restart uses process/reaper, not "process reaper" git-svn-id: http://svn.rubyonrails.org/rails/tools/switchtower@2679 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- lib/switchtower/recipes/standard.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/switchtower/recipes/standard.rb b/lib/switchtower/recipes/standard.rb index 176f210d..adc1a415 100644 --- a/lib/switchtower/recipes/standard.rb +++ b/lib/switchtower/recipes/standard.rb @@ -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