Correct resque run line
This commit is contained in:
parent
952888713f
commit
edf703aa78
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ execute "executable" do
|
||||||
end
|
end
|
||||||
|
|
||||||
execute "resque web run" do
|
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
|
end
|
||||||
|
|
||||||
execute "executable" do
|
execute "executable" do
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue