diff options
| author | yalh76 <yalh@yahoo.com> | 2021-03-08 21:38:00 +0100 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2021-03-08 21:38:00 +0100 |
| commit | a8cc57fe43d0de1e021fd22504cd28e0bd91a462 (patch) | |
| tree | f6ecac815fe377224d226566c4e48a5bcc549af2 | |
| parent | e4332ad1371693519afce985a7ac8a3b1853022b (diff) | |
| download | mastodon_ynh-a8cc57fe43d0de1e021fd22504cd28e0bd91a462.tar.gz mastodon_ynh-a8cc57fe43d0de1e021fd22504cd28e0bd91a462.tar.bz2 mastodon_ynh-a8cc57fe43d0de1e021fd22504cd28e0bd91a462.zip | |
spacing
| -rw-r--r-- | scripts/ynh_install_ruby__2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/ynh_install_ruby__2 b/scripts/ynh_install_ruby__2 index b517fd3..1f965e3 100644 --- a/scripts/ynh_install_ruby__2 +++ b/scripts/ynh_install_ruby__2 @@ -88,6 +88,7 @@ SOURCE_SUM=12e89bc4499e85d8babac2b02bc8b66ceb0aa3f8047b26728a3eca8a6030273d" > " # Requires YunoHost version 2.7.12 or higher. ynh_use_ruby () { ruby_version=$(ynh_app_setting_get --app=$app --key=ruby_version) + # Get the absolute path of this version of Ruby ruby_path="$ruby_version_path/$YNH_APP_INSTANCE_NAME/bin" |
