aboutsummaryrefslogtreecommitdiff
path: root/scripts/ynh_install_ruby__2
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2021-05-11 00:10:36 +0200
committerGitHub <noreply@github.com>2021-05-11 00:10:36 +0200
commit93fc01ff5c7cb13c13669739663567d0597e0c03 (patch)
tree7c6fa30cbee71c867eaa294fc6af9dbeac8c3028 /scripts/ynh_install_ruby__2
parent502b9563f9fd5c071a2da6488656ed1ae59dd1ba (diff)
parentacbea32d2a33e78d24b67416883618a24c6c5945 (diff)
downloadmastodon_ynh-93fc01ff5c7cb13c13669739663567d0597e0c03.tar.gz
mastodon_ynh-93fc01ff5c7cb13c13669739663567d0597e0c03.tar.bz2
mastodon_ynh-93fc01ff5c7cb13c13669739663567d0597e0c03.zip
Merge pull request #272 from YunoHost-Apps/testing
YunoHost 4.2
Diffstat (limited to 'scripts/ynh_install_ruby__2')
-rw-r--r--scripts/ynh_install_ruby__21
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/ynh_install_ruby__2 b/scripts/ynh_install_ruby__2
index fae1755..b12ab74 100644
--- a/scripts/ynh_install_ruby__2
+++ b/scripts/ynh_install_ruby__2
@@ -12,6 +12,7 @@ rbenv_install_dir="/opt/rbenv"
ruby_version_path="$rbenv_install_dir/versions"
# RBENV_ROOT is the directory of rbenv, it needs to be loaded as a environment variable.
export RBENV_ROOT="$rbenv_install_dir"
+export rbenv_root="$rbenv_install_dir"
# Load the version of Ruby for an app, and set variables.
#