1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/UMS_ynh.git synced 2024-10-01 13:35:01 +02:00

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

[autopatch] Do not delete logs on app removal
This commit is contained in:
eric_G 2024-07-03 11:40:05 +02:00 committed by GitHub
commit e784b4719d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,7 +53,6 @@ ynh_remove_logrotate
#================================================= #=================================================
# Remove the log files # Remove the log files
ynh_secure_remove --file="/var/log/$app"
# remove the home folder # remove the home folder
ynh_secure_remove --file="$data_dir" ynh_secure_remove --file="$data_dir"