From a82920594a12fa8b7b67da140728371479418632 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 27 May 2022 18:44:33 +0200 Subject: [PATCH] Update scripts/remove MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> --- scripts/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index f617bc2..04721d0 100644 --- a/scripts/remove +++ b/scripts/remove @@ -72,7 +72,7 @@ ynh_remove_nginx_config # Remove the data directory if --purge option is used if [ "${YNH_APP_PURGE:-0}" -eq 1 ] then - ynh_script_progression --message="Removing app data directory..." --time --weight=1 + ynh_script_progression --message="Removing app data directory..." --weight=1 ynh_secure_remove --file="/home/yunohost.app/$app" fi