Do not delete logs on app removal

else they will be erased if the app upgrade fails. This is handled by the core.
This commit is contained in:
OniriCorpe 2024-06-21 03:24:09 +02:00 committed by GitHub
parent a95efa071c
commit 01b2d081a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,8 +23,6 @@ ynh_remove_nginx_config
ynh_remove_logrotate ynh_remove_logrotate
ynh_secure_remove --file="/var/log/$app"
#================================================= #=================================================
# END OF SCRIPT # END OF SCRIPT
#================================================= #=================================================