capistrano / rvm

MIT License
140 stars 47 forks source link

Should rvm execute as root group? #55

Open chewi opened 10 years ago

chewi commented 10 years ago

This may not be a problem but I suspect it was unintentional and should be reviewed. I noticed that the files created from an RVM user install are owned by the user but have root for the group. This is probably because popen4 is not being given a group argument (from shell_params). Maybe it should?