From 08f104d150a19f81f42d56a837d2c743503cc202 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Mon, 22 Jan 2024 06:24:29 +0100 Subject: [PATCH] ynh_secure_remove "/etc/$app/" --- scripts/remove | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/remove b/scripts/remove index da0e4a3..17e1e31 100644 --- a/scripts/remove +++ b/scripts/remove @@ -25,6 +25,8 @@ fi # Remove the dedicated NGINX config ynh_remove_nginx_config +ynh_secure_remove "/etc/$app/" + #================================================= # GENERIC FINALIZATION #=================================================