[autopatch] Do not delete logs on app removal (#69)

Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
Co-authored-by: Yunohost-Bot <>
Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
This commit is contained in:
Salamandar 2024-06-24 10:42:30 +02:00 committed by GitHub
parent 18259c28d1
commit fe10ec8b9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,7 +57,6 @@ ynh_secure_remove --file="/etc/matrix-$synapse_instance/app-service/$app.yaml"
/opt/yunohost/matrix-$synapse_instance/update_synapse_for_appservice.sh || ynh_die --message="Synapse can't restart with the appservice configuration"
# Remove the log files
ynh_secure_remove --file="/var/log/$app"
#=================================================
# END OF SCRIPT