From f68d61d8a568be66a3edf1969ad3a0594724389f Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Fri, 8 Dec 2017 15:09:44 +0100 Subject: [PATCH] logrotate needs -non-append in case of upgrade https://github.com/YunoHost/yunohost/blob/unstable/data/helpers.d/backend#L5 --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 54c51e8..30c17ef 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -114,7 +114,7 @@ ynh_store_file_checksum "$final_path/CONFIG_FILE" #================================================= # Use logrotate to manage app-specific logfile(s) -ynh_use_logrotate +ynh_use_logrotate --non-append #================================================= # SETUP SYSTEMD