From d6e4e1a179b7f0c3593ca8ae99e1b33b8efbfa7e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 5 Aug 2021 21:07:32 +0200 Subject: [PATCH] Update install --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 731b6d0..50e0e51 100644 --- a/scripts/install +++ b/scripts/install @@ -102,6 +102,7 @@ chown -R $app:www-data "$final_path" #================================================= ynh_script_progression --message="Adding a configuration file..." --weight=1 +touch "/etc/vikunja" redis_db=$(ynh_redis_get_free_db) ynh_add_config --template="../conf/config.yml" --destination="/etc/vikunja/config.yml"