mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Fix log rotation
This commit is contained in:
parent
cb4f005148
commit
ee93778237
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ case $installed_version in
|
|||
expect_scripts/upgrade_6.3.exp $final_path/seafile-server-$seafile_version $root_pwd
|
||||
|
||||
# Update logrotate to have the last version
|
||||
ynh_use_logrotate --logfile $final_path/logs --non-append
|
||||
ynh_use_logrotate --logfile $final_path/logs --nonappend
|
||||
;&
|
||||
"6.3."* )
|
||||
# Update seafile by script
|
||||
|
|
Loading…
Reference in a new issue