1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fab-manager_ynh.git synced 2024-09-03 18:36:16 +02:00

Update remove

This commit is contained in:
Éric Gaspar 2024-05-13 08:23:57 +02:00 committed by Félix Piédallu
parent 888e007625
commit ef33e9a70b

View file

@ -27,13 +27,8 @@ ynh_remove_systemd_config --service="$app-worker"
# Remove the dedicated NGINX config
ynh_remove_nginx_config
#=================================================
# REMOVE DEPENDENCIES
#=================================================
ynh_script_progression --message="Removing Ruby..." --weight=1
ynh_remove_ruby
ynh_script_progression --message="Removing NodeJS..." --weight=1
ynh_remove_nodejs
#=================================================