From 15dcb5c3d98f62df441c343a3b73950670070fa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 12 Jul 2024 13:18:42 +0200 Subject: [PATCH] Fix remove --- scripts/remove | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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