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

[autopatch] Do not delete logs on app removal

This commit is contained in:
Yunohost-Bot 2024-06-23 22:40:46 +02:00 committed by OniriCorpe
parent 0a38912160
commit 0815502938

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"