Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/chef
diff options
context:
space:
mode:
authorRaphael <raphael@joindiaspora.com>2010-12-02 05:44:17 +0300
committerRaphael <raphael@joindiaspora.com>2010-12-02 23:35:26 +0300
commitedf703aa78c99979e8629be5083ef17d0cc883fb (patch)
treed548fa9e80087b6111ad2ae8079fd938baed9e3e /chef
parent952888713f5aa8dc38ca213713e4c99e92bff026 (diff)
Correct resque run line
Diffstat (limited to 'chef')
-rw-r--r--chef/cookbooks/common/recipes/daemontools.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef/cookbooks/common/recipes/daemontools.rb b/chef/cookbooks/common/recipes/daemontools.rb
index 99b1d58c3..c8d926489 100644
--- a/chef/cookbooks/common/recipes/daemontools.rb
+++ b/chef/cookbooks/common/recipes/daemontools.rb
@@ -73,7 +73,7 @@ execute "executable" do
end
execute "resque web run" do
- command "mkdir -p /service/resque_web && echo '#!/bin/sh' > /service/resque_web/run && echo 'exec resque-web' >> /service/resque_worker/run"
+ command "mkdir -p /service/resque_web && echo '#!/bin/sh' > /service/resque_web/run && echo 'exec resque-web' >> /service/resque_web/run"
end
execute "executable" do