From 35699444849d1ce8ae3b5256366b520442e96ec5 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Tue, 31 May 2022 18:45:25 +0200 Subject: [PATCH] Do not overwrite config file during upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index c6d0d1d..8e5c51c 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -84,7 +84,7 @@ then ynh_script_progression --message="Upgrading source files..." --weight=3 # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$final_path" --source_id="app.$architecture" + ynh_setup_source --dest_dir="$final_path" --source_id="app.$architecture" --keep="prometheus.yml" fi chmod 750 "$final_path"