mirror of
https://github.com/YunoHost-Apps/discourse_ynh.git
synced 2024-09-03 18:26:18 +02:00
Fix rbenv.sh
This commit is contained in:
parent
fc715da9d7
commit
055adb491a
1 changed files with 2 additions and 2 deletions
|
@ -365,8 +365,8 @@ ynh_install_ruby () {
|
|||
cat > /etc/profile.d/rbenv.sh <<EOF
|
||||
#rbenv
|
||||
export RBENV_ROOT=$rbenv_install_dir
|
||||
export PATH=\"$rbenv_install_dir/bin:$PATH\"
|
||||
eval \"\$(rbenv init -)\"
|
||||
export PATH="$rbenv_install_dir/bin:$PATH"
|
||||
eval "\$(rbenv init -)"
|
||||
#rbenv
|
||||
EOF
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue