From fbd7581aeab9c3211c9ce886149b064b064f26b3 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 26 Feb 2019 00:00:29 +0100 Subject: [PATCH] Fix removal --- scripts/remove | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/remove b/scripts/remove index f63265d..778713c 100644 --- a/scripts/remove +++ b/scripts/remove @@ -52,6 +52,7 @@ ynh_print_info "Removing app main directory" # Remove the app directory securely ynh_secure_remove "$final_path" +rm -rf "$final_path" #================================================= # REMOVE NGINX CONFIGURATION