aboutsummaryrefslogtreecommitdiff
path: root/scripts/ynh_install_ruby__2
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ynh_install_ruby__2')
-rw-r--r--scripts/ynh_install_ruby__25
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/ynh_install_ruby__2 b/scripts/ynh_install_ruby__2
index e885b96..1d9bf8d 100644
--- a/scripts/ynh_install_ruby__2
+++ b/scripts/ynh_install_ruby__2
@@ -118,7 +118,10 @@ ynh_install_ruby () {
# Remove previous version
if grep --quiet "$YNH_APP_INSTANCE_NAME:" "$rbenv_install_dir/ynh_app_version"
then
- rbenv alias $YNH_APP_INSTANCE_NAME --remove
+ if grep --quiet "$YNH_APP_INSTANCE_NAME" $(rbenv alias --list)
+ then
+ rbenv alias $YNH_APP_INSTANCE_NAME --remove
+ fi
sed --in-place "/$YNH_APP_INSTANCE_NAME:/d" "$rbenv_install_dir/ynh_app_version"
fi