Commit 9a9e91d2b05ac7e52810d50f0fe6ff6582d2214f
Exists in
master
and in
1 other branch
Merge pull request #891 from asabirov/patch-2
errbit:setup creates tmp/pids
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/deploy.example.rb
@@ -41,7 +41,7 @@ namespace :errbit do | @@ -41,7 +41,7 @@ namespace :errbit do | ||
41 | task :setup do | 41 | task :setup do |
42 | on roles(:app) do | 42 | on roles(:app) do |
43 | execute "mkdir -p #{shared_path}/config" | 43 | execute "mkdir -p #{shared_path}/config" |
44 | - execute "mkdir -p #{shared_path}/pids" | 44 | + execute "mkdir -p #{shared_path}/tmp/pids" |
45 | execute "touch #{shared_path}/.env" | 45 | execute "touch #{shared_path}/.env" |
46 | 46 | ||
47 | { | 47 | { |