From 4b6e78d4f757fe89e78c71b0bb95af8c11b0f2d4 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 12 Jul 2021 13:56:50 +0200 Subject: [PATCH] Update remove --- scripts/remove | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index 9633d1c..e857ca7 100755 --- a/scripts/remove +++ b/scripts/remove @@ -42,11 +42,12 @@ ynh_mysql_remove_db --db_user=$db_user --db_name=$db_name #================================================= # REMOVE THE MAIN DIR OF THE APP #================================================= +ynh_script_progression --message="Removing app main directory..." --weight=1 # Remove the app directory securely ynh_secure_remove --file="$final_path" -ynh_secure_remove --file="/home/yunohost.app/$app" +#ynh_secure_remove --file="/home/yunohost.app/$app" #================================================= # REMOVE THE NGINX CONFIGURATION