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:
parent
ea308acb24
commit
2f949960a8
1 changed files with 0 additions and 3 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue