[autopatch] Do not delete logs on app removal

This commit is contained in:
Yunohost-Bot 2024-06-23 21:24:50 +02:00 committed by OniriCorpe
parent 62f3efe6af
commit 1543c08c2e

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"
#================================================= #=================================================