mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Remove '/' at end of ynh_use_logrotate
This commit is contained in:
parent
a62bce7dbc
commit
95f9c8e381
2 changed files with 2 additions and 2 deletions
|
@ -89,7 +89,7 @@ config_coturn
|
||||||
set_certificat_access
|
set_certificat_access
|
||||||
|
|
||||||
# Configuration de logrotate
|
# Configuration de logrotate
|
||||||
ynh_use_logrotate /var/log/matrix-synapse/
|
ynh_use_logrotate /var/log/matrix-synapse
|
||||||
|
|
||||||
# register yunohost service
|
# register yunohost service
|
||||||
yunohost service add matrix-synapse
|
yunohost service add matrix-synapse
|
||||||
|
|
|
@ -89,7 +89,7 @@ then
|
||||||
systemctl enable matrix-synapse.service
|
systemctl enable matrix-synapse.service
|
||||||
|
|
||||||
# Configuration de logrotate
|
# Configuration de logrotate
|
||||||
ynh_use_logrotate /var/log/matrix-synapse/
|
ynh_use_logrotate /var/log/matrix-synapse
|
||||||
|
|
||||||
# register yunohost service
|
# register yunohost service
|
||||||
yunohost service add matrix-synapse
|
yunohost service add matrix-synapse
|
||||||
|
|
Loading…
Reference in a new issue