Correct resque run line

This commit is contained in:
Raphael 2010-12-01 18:44:17 -08:00
parent 952888713f
commit edf703aa78

View file

@ -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