From acbbcd4b1f4ea4918d304ad3a2ec1e7d622a0575 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 23 Jun 2024 21:44:20 +0200 Subject: [PATCH] [autopatch] Do not delete logs on app removal --- scripts/remove | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/remove b/scripts/remove index a121f69..ce893f8 100755 --- a/scripts/remove +++ b/scripts/remove @@ -22,7 +22,6 @@ if [ "$domain" != "$mqtt_domain" ]; then ynh_secure_remove --file="/usr/share/yunohost/hooks/conf_regen/95-nginx_domoticz" ynh_secure_remove --file="/etc/nginx/conf.d/${mqtt_domain}.d/mqtt_${app}.conf" yunohost tools regen-conf postfix - ynh_secure_remove --file="/var/log/mosquitto" fi ynh_script_progression --message="Removing system configurations related to $app..." --weight=1 @@ -42,7 +41,6 @@ ynh_remove_logrotate ynh_remove_fail2ban_config -ynh_secure_remove --file="/var/log/$app" #================================================= # END OF SCRIPT