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:
parent
6127c7635b
commit
45fb30e979
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue