From 2f3c40f2ad45e2b5b250af039bc94435d87c63a5 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 28 Jul 2019 08:33:23 +0200 Subject: [PATCH] Fix upgrade for #45 Temporarily fix #45 --- scripts/upgrade | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/upgrade b/scripts/upgrade index 3a42927..9aa3b3c 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -129,6 +129,8 @@ ynh_add_fpm_config ynh_print_info "Upgrading logrotate configuration..." # Use logrotate to manage app-specific logfile(s) +# Temporary fix for .txt log file and ynh_use_logrotate +ln -s "$final_path/data/log.txt" "$final_path/data/log.log" ynh_use_logrotate --non-append #=================================================