You can either disable sudo altogether:

   set :use_sudo, false

Or, you can specify the user that deploy:setup (and similar) should  
use when sudoing:

   set :admin_runner, "bob"

- Jamis

On Jul 5, 2008, at 10:13 AM, Thomas wrote:

>
> Hi,
>
> I have updated capistrano to 2.4.0, and when deploying a new app, I
> noticed that the folders it created in the setup recipe were of
> ownership of root, therefore doing cap:cold failed as the user could
> not write to the directories that are owned by root.
>
> What could have gone wrong?
>
> PS: I see that there are loads of spam, what's going on with google
> groups???
> >


--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to