From 3c452a25983ad0e76f80d3ecb797230ced41ffcf Mon Sep 17 00:00:00 2001 From: tituspijean Date: Mon, 23 Mar 2020 18:07:02 +0000 Subject: [PATCH] [enh] remove all app directories After removal, two directories are left, and they prevent subsequent reinstallations of the app. --- scripts/remove | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/remove b/scripts/remove index 74fefff..c2384bc 100644 --- a/scripts/remove +++ b/scripts/remove @@ -56,6 +56,8 @@ ynh_print_info "Removing app main directory" # Remove the app directory securely ynh_secure_remove "$final_path" +ynh_secure_remove "/etc/jellyfin" +ynh_secure_remove "/var/lib/jellyfin" #================================================= # REMOVE NGINX CONFIGURATION