GitHub User: Hermanverschooten
I just ran into this problem again..
I ended up changing the script in recipes/rbenv.rb, the line that runs the bootstrap to:
run %q{sed "s/sudo/sudo -p 'sudo password: '/g" $HOME/.rbenv/plugins/rbenv-installer/bin/rbenv-} + rbenv_bootstrap + " | bash"
I change the sudo to the format capistrano wants and run it through bash.
I have the same issue, couldn't resolve it. So I ran the command manually and commented it out.
I just ran into this problem again..
I ended up changing the script in recipes/rbenv.rb, the line that runs the bootstrap to:
run %q{sed "s/sudo/sudo -p 'sudo password: '/g" $HOME/.rbenv/plugins/rbenv-installer/bin/rbenv-} + rbenv_bootstrap + " | bash"I change the sudo to the format capistrano wants and run it through bash.
I have the same issue, couldn't resolve it.
So I ran the command manually and commented it out.