From 95f9c8e381dd5fa37782e76ddc13e00399034c88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Mon, 4 Dec 2017 19:10:15 +0100 Subject: [PATCH] Remove '/' at end of ynh_use_logrotate --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 926d0c6..9fdc81e 100644 --- a/scripts/install +++ b/scripts/install @@ -89,7 +89,7 @@ config_coturn set_certificat_access # Configuration de logrotate -ynh_use_logrotate /var/log/matrix-synapse/ +ynh_use_logrotate /var/log/matrix-synapse # register yunohost service yunohost service add matrix-synapse diff --git a/scripts/upgrade b/scripts/upgrade index bef511e..b306200 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -89,7 +89,7 @@ then systemctl enable matrix-synapse.service # Configuration de logrotate - ynh_use_logrotate /var/log/matrix-synapse/ + ynh_use_logrotate /var/log/matrix-synapse # register yunohost service yunohost service add matrix-synapse