From 7bfc4118f9c7a34c55316a5692ca02423a055320 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Holcroft Date: Wed, 8 Aug 2018 23:53:57 +0200 Subject: [PATCH] add log task to readme --- README.md | 1 + scripts/upgrade | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7930042..7e28f8e 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Kresus is an open-source libre self-hosted personal finance manager. It allows y * to be added: * [ ] Email support + * [ ] Improve log file and add logrotate * [ ] Add user who will access the app (by default every one has access to the installed app) ## Links diff --git a/scripts/upgrade b/scripts/upgrade index d1fad6f..1c78c69 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -16,8 +16,6 @@ source /usr/share/yunohost/helpers # Exit if an error occurs during the execution of the script ynh_abort_if_errors -# TODO: handle "/home/ynh$app" to final_path migration - app=$YNH_APP_INSTANCE_NAME domain=$(ynh_app_setting_get $app domain)