1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mautrix_signal_ynh.git synced 2024-09-03 19:46:07 +02:00

[autopatch] Do not delete logs on app removal

This commit is contained in:
Yunohost-Bot 2024-06-23 22:24:21 +02:00 committed by OniriCorpe
parent 7588943072
commit 14359708d7

View file

@ -55,7 +55,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