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 (#263)

Co-authored-by: Yunohost-Bot <>
Co-authored-by: OniriCorpe <github@oniricorpe.eu>
This commit is contained in:
YunoHost Bot 2024-07-04 01:12:28 +02:00 committed by GitHub
parent ea308acb24
commit 2f949960a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,9 +32,6 @@ ynh_remove_nginx_config
# Remove the dedicated Fail2Ban 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"