From 8daa62298929cfa26bc68331dd9d8040ec6f1cd1 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 6 Sep 2021 09:55:59 +0200 Subject: [PATCH] Update remove --- scripts/remove | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/remove b/scripts/remove index ecff6a0..17b441a 100755 --- a/scripts/remove +++ b/scripts/remove @@ -55,6 +55,8 @@ ynh_secure_remove --file="$final_path" # REMOVE DATA DIR #================================================= +YNH_APP_PURGE=1 + # Remove the app data directory with the command `yunohost app remove --purge` if [ "${YNH_APP_PURGE:-0}" -eq 1 ] then