diff --git a/scripts/remove b/scripts/remove index 52b7893..1ff8aa3 100644 --- a/scripts/remove +++ b/scripts/remove @@ -12,11 +12,9 @@ source /usr/share/yunohost/helpers #================================================= ynh_script_progression --message="Removing system configurations related to $app..." --weight=1 -# Remove the dedicated NGINX config ynh_remove_nginx_config -# Remove the dedicated PHP-FPM config -ynh_remove_fpm_config +ynh_remove_nodejs #================================================= # END OF SCRIPT