I'm using Capistrano v2.4.3 and if i:
run 'passwd', :pty => true
... the server never sees what I type and I have to kill the session.
$ cap change_password
* executing `change_password'
* executing "passwd"
servers: ["myserver"]
Password:
[myserver] executing command
** [out :: myserver] Enter new UNIX password:
testing123
testing123
what am I doing wrong?
i've also set default_run_options[:pty] = true
thanks
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---