1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/piped_ynh.git synced 2024-09-03 20:05:54 +02:00

[autopatch] Do not delete logs on app removal

This commit is contained in:
Yunohost-Bot 2024-06-23 22:55:08 +02:00 committed by OniriCorpe
parent 55684c58df
commit 70e7752400

View file

@ -34,7 +34,6 @@ ynh_remove_nginx_config
# Remove other various files specific to the app... such as :
ynh_secure_remove --file="/var/log/$app"
ynh_remove_logrotate
#=================================================