1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

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

[autopatch] Do not delete logs on app removal
This commit is contained in:
Salamandar 2024-07-03 09:33:01 +02:00 committed by GitHub
commit 3c0d18333e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,7 +72,6 @@ ynh_script_progression --message="Removing various files..." --weight=1
ynh_secure_remove --file="/etc/cron.d/$app"
# Remove the log files
ynh_secure_remove --file="/var/log/$app"
#=================================================
# END OF SCRIPT