mirror of
https://github.com/YunoHost-Apps/horde_ynh.git
synced 2024-09-03 19:16:08 +02:00
Fix log rotation
This commit is contained in:
parent
9f6be881b4
commit
88e078661c
3 changed files with 3 additions and 3 deletions
|
@ -167,7 +167,7 @@ fi
|
|||
|
||||
# SETUP LOGROTATE
|
||||
ynh_script_progression --message="Configuring log rotation..."
|
||||
ynh_use_logrotate $final_path/horde --non-append --specific_user www-data/horde
|
||||
ynh_use_logrotate $final_path/horde --nonappend --specific_user www-data/horde
|
||||
ynh_use_logrotate $final_path/horde/services --append --specific_user www-data/horde
|
||||
ynh_use_logrotate $final_path/horde/services/portal --append --specific_user www-data/horde
|
||||
|
||||
|
|
|
@ -58,7 +58,7 @@ set_permission
|
|||
|
||||
# SETUP LOGROTATE
|
||||
ynh_script_progression --message="Configuring log rotation..."
|
||||
ynh_use_logrotate $final_path/horde --non-append --specific_user www-data/horde
|
||||
ynh_use_logrotate $final_path/horde --nonappend --specific_user www-data/horde
|
||||
ynh_use_logrotate $final_path/horde/services --append --specific_user www-data/horde
|
||||
ynh_use_logrotate $final_path/horde/services/portal --append --specific_user www-data/horde
|
||||
|
||||
|
|
|
@ -75,7 +75,7 @@ set_permission
|
|||
|
||||
# SETUP LOGROTATE
|
||||
ynh_script_progression --message="Configuring log rotation..."
|
||||
ynh_use_logrotate $final_path/horde --non-append --specific_user www-data/horde
|
||||
ynh_use_logrotate $final_path/horde --nonappend --specific_user www-data/horde
|
||||
ynh_use_logrotate $final_path/horde/services --append --specific_user www-data/horde
|
||||
ynh_use_logrotate $final_path/horde/services/portal --append --specific_user www-data/horde
|
||||
|
||||
|
|
Loading…
Reference in a new issue