mirror of
https://github.com/YunoHost-Apps/snweb_ynh.git
synced 2024-09-03 20:26:22 +02:00
Fix: ynh_remove_ruby
This commit is contained in:
parent
b5f34c8762
commit
c883bf5a9d
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ ynh_cleanup_ruby () {
|
||||||
if [[ ! $required_ruby_versions ]]
|
if [[ ! $required_ruby_versions ]]
|
||||||
then
|
then
|
||||||
# Remove rbenv environment configuration
|
# Remove rbenv environment configuration
|
||||||
ynh_print_info --message="Removing of rbenv-$rbenv_version"
|
ynh_print_info --message="Removing of rbenv"
|
||||||
ynh_secure_remove --file="$rbenv_install_dir"
|
ynh_secure_remove --file="$rbenv_install_dir"
|
||||||
ynh_secure_remove --file="/etc/profile.d/rbenv.sh"
|
ynh_secure_remove --file="/etc/profile.d/rbenv.sh"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue