From dc31c3dc3bd802a5e1ed5de92e84481ef05f0eb8 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"