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)