From b8f623b5f624d110df6d73feece0686b7529d958 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 6 Apr 2021 08:30:05 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 3e51719..8f00975 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -111,7 +111,7 @@ ynh_add_systemd_config # UPDATE A CONFIG FILE #================================================= -ynh_add_config --template="some_config_file" --destination="$final_path/some_config_file" +ynh_add_config --template="../conf/config.json" --destination="$final_path/config.json" #================================================= # GENERIC FINALIZATION