From bbbf9be702e037b42a34525b1b14c7f65dc874af Mon Sep 17 00:00:00 2001 From: Nathan Gill Date: Thu, 10 Aug 2023 18:22:11 -0400 Subject: [PATCH] Keep cinny config file on upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 26dc36a..504b079 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -28,7 +28,7 @@ then ynh_script_progression --message="Upgrading source files..." --weight=1 # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$install_dir" + ynh_setup_source --dest_dir="$install_dir" --keep="config.json" fi chmod -R o-rwx "$install_dir"