1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vaultwarden_ynh.git synced 2024-09-03 18:26:31 +02:00

[autopatch] Do not delete logs on app removal

This commit is contained in:
Yunohost-Bot 2024-06-23 23:30:10 +02:00 committed by OniriCorpe
parent ea308acb24
commit 4d84fcad26

View file

@ -33,7 +33,6 @@ ynh_remove_nginx_config
ynh_remove_fail2ban_config
# Remove the log files
ynh_secure_remove --file="/var/log/$app"
# Remove the config file
ynh_secure_remove --file="/$data_dir/config.json"