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

Fix log rotation in upgrade script

This commit is contained in:
Josué Tille 2019-11-02 11:15:42 +01:00
parent 6127c7635b
commit 45fb30e979
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF

View file

@ -116,7 +116,7 @@ python3 add_sso_conf.py
# SETUP LOGROTATE
ynh_script_progression --message="Configuring log rotation..."
ynh_use_logrotate --logfile /var/log/$app/sogo.log --non-append
ynh_use_logrotate --logfile /var/log/$app/sogo.log
# Restart services
ynh_script_progression --message="Starting SOGo services..." --weight=3