1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/calibreweb_ynh.git synced 2024-09-03 18:16:20 +02:00

[autopatch] Do not delete logs on app removal

This commit is contained in:
Yunohost-Bot 2024-06-23 02:26:28 +02:00 committed by OniriCorpe
parent f5a173962e
commit 71cfba49c4

View file

@ -91,7 +91,6 @@ if [ -z /etc/ImageMagick-6/policy.xml ]; then
--target_file="/etc/ImageMagick-6/policy.xml"
fi
# Remove the log files
ynh_script_progression --message="Removing log file..." --weight=1
ynh_secure_remove "$log_file"
ynh_secure_remove "$access_log_file"