[autopatch] Do not delete logs on app removal

This commit is contained in:
Yunohost-Bot 2024-06-23 03:28:01 +02:00 committed by OniriCorpe
parent eaa5f3d6ff
commit 7b07d97905

View file

@ -66,7 +66,6 @@ ynh_script_progression --message="Removing logs..." --weight=5
ynh_remove_logrotate ynh_remove_logrotate
# Remove the log files # Remove the log files
ynh_secure_remove --file="/var/log/$app"
#================================================= #=================================================