1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ofbiz_ynh.git synced 2024-09-03 19:46:33 +02:00

Merge pull request #13 from yunohost-bot/delete-log-removal

[autopatch] Do not delete logs on app removal
This commit is contained in:
eric_G 2024-06-24 12:27:20 +02:00 committed by GitHub
commit b53b7dd6f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,6 @@ ynh_remove_nginx_config
ynh_remove_logrotate
# Remove the log files
ynh_secure_remove --file="/var/log/$app"
# Remove additional databases
ynh_psql_drop_db "${db_name}tenant"