aboutsummaryrefslogtreecommitdiff
path: root/src/ruby/install.sh
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-06-15 00:46:21 +0300
committerGitHub <noreply@github.com>2022-06-15 00:46:21 +0300
commitdd7e7d65b65f2f1706d18402136bcbaecbf8c897 (patch)
tree1e7575e7bd9a09cb265b10fb0343705d48a17314 /src/ruby/install.sh
parent423b6d55420fe66e6e0bc4c2b5df254f7881d881 (diff)
add username:user_groupv0.0.1
Diffstat (limited to 'src/ruby/install.sh')
-rw-r--r--src/ruby/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ruby/install.sh b/src/ruby/install.sh
index ade545c..cbe8270 100644
--- a/src/ruby/install.sh
+++ b/src/ruby/install.sh
@@ -277,7 +277,7 @@ if [ "${SKIP_RBENV_RBUILD}" != "true" ]; then
ln -s /usr/local/rvm/rubies/default/bin/ruby /usr/local/rvm/gems/default/bin
- chown -R :rvm "/home/${USERNAME}/.rbenv"
+ chown -R "${USERNAME}:rvm" "/home/${USERNAME}/.rbenv"
chmod -R g+r+w "/home/${USERNAME}/.rbenv"
find "/home/${USERNAME}/.rbenv" -type d | xargs -n 1 chmod g+s
fi