From 1a6ddf42539ffb9135a291be2d2a0b67dcc597f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 22 Dec 2023 14:13:18 +0100 Subject: [PATCH] Update remove --- scripts/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index 7d569af..55359ed 100755 --- a/scripts/remove +++ b/scripts/remove @@ -41,7 +41,7 @@ dpkg --remove $app #================================================= ynh_script_progression --message="Removing various files..." -ynh_secure_remove --file="$config_path" +ynh_secure_remove --file="/etc/$app" #================================================= # END OF SCRIPT