Fix log rotation

This commit is contained in:
Josué Tille 2019-11-04 20:30:02 +01:00
parent cb4f005148
commit ee93778237
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF

View file

@ -137,7 +137,7 @@ case $installed_version in
expect_scripts/upgrade_6.3.exp $final_path/seafile-server-$seafile_version $root_pwd expect_scripts/upgrade_6.3.exp $final_path/seafile-server-$seafile_version $root_pwd
# Update logrotate to have the last version # 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."* ) "6.3."* )
# Update seafile by script # Update seafile by script