Skip to content

Commit

Permalink
silence a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
philc committed Nov 13, 2012
1 parent dd29665 commit a97917c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/tasks/deploy.rake
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ namespace :fezzik do
"-f Procfile > /dev/null"
run_commands("cd #{release_path}",
"bundle exec #{foreman_command}",
"sudo rm /etc/init/#{app}*.conf || true",
"sudo rm /etc/init/#{app}*.conf 2> /dev/null || true",
"sudo mv upstart_scripts/* /etc/init",
"rm -R upstart_scripts")

Expand Down

0 comments on commit a97917c

Please sign in to comment.