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