From 80597aa8ced930c6b85ce1b4d718e8879afccfc3 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 11 Dec 2021 15:36:30 +0100 Subject: [PATCH] Update upgrade --- scripts/upgrade | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 1c09288..9fdf937 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -92,7 +92,7 @@ then ynh_script_progression --message="Upgrading source files..." --weight=5 # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$final_path" --source_id="front" + ynh_setup_source --dest_dir="$final_path" --source_id="front" --keep="/etc/vikunja/config.yml" fi chmod 750 "$final_path" @@ -105,8 +105,8 @@ chmod +x /opt/vikunja/vikunja #================================================= ynh_script_progression --message="Adding a configuration file..." --weight=1 -redis_db=$(ynh_redis_get_free_db) -ynh_add_config --template="../conf/config.yml" --destination="/etc/vikunja/config.yml" +# redis_db=$(ynh_redis_get_free_db) +# ynh_add_config --template="../conf/config.yml" --destination="/etc/vikunja/config.yml" #chmod 600 "/etc/vikunja/config.yml"