1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

Fix log rotation

This commit is contained in:
Josué Tille 2019-11-04 20:34:37 +01:00
parent ffdcadf8d3
commit 6d99ec5dbe
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF

View file

@ -244,7 +244,7 @@ then
# MAKE A CLEAN LOGROTATE CONFIG
#=================================================
ynh_use_logrotate --logfile /var/log/matrix-$app --non-append
ynh_use_logrotate --logfile /var/log/matrix-$app --nonappend
fi
#=================================================