1
0
Fork 0
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:
Fabian Wilkens 2022-10-06 12:25:49 +02:00
parent b5f34c8762
commit c883bf5a9d
No known key found for this signature in database
GPG key ID: 23DFA025BB4E9FAB

View file

@ -303,7 +303,7 @@ ynh_cleanup_ruby () {
if [[ ! $required_ruby_versions ]]
then
# 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="/etc/profile.d/rbenv.sh"
fi