You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, for the first time ruby-build folder is created with root:root permissions. During the next cooking I got an exception (because the ruby-build folder cannot be deleted). So, I need to change those permissions by hand (or remove this folder manually).
I think it's wrong behavior, but I don't know how to fix this (except hardcoding my user and group).
Thanks,
Andrey Ognevsky
The text was updated successfully, but these errors were encountered:
Hi,
I don't know if there is any error, but I have an issue with this https://github.com/RiotGames/rbenv-cookbook/blob/master/recipes/ruby_build.rb#L24
So, for the first time
ruby-build
folder is created withroot:root
permissions. During the next cooking I got an exception (because theruby-build
folder cannot be deleted). So, I need to change those permissions by hand (or remove this folder manually).I think it's wrong behavior, but I don't know how to fix this (except hardcoding my user and group).
Thanks,
Andrey Ognevsky
The text was updated successfully, but these errors were encountered: