From 1a22e036fc630e0f4f9d97fde2284d0397682cd3 Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Sun, 12 Feb 2023 17:21:22 +0100 Subject: [PATCH 1/2] keep customize folder --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 2d0e277..412f82e 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -90,7 +90,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="$final_path" --keep="config/config.js" + ynh_setup_source --dest_dir="$final_path" --keep="config/config.js /customize" chmod 750 "$final_path" chmod -R o-rwx "$final_path" From fef096a3ca6705365be43dcba738063aa9f6a5c5 Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Sun, 12 Feb 2023 20:52:33 +0100 Subject: [PATCH 2/2] update --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 412f82e..4d1d69d 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -90,7 +90,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="$final_path" --keep="config/config.js /customize" + ynh_setup_source --dest_dir="$final_path" --keep="config/config.js customize/" chmod 750 "$final_path" chmod -R o-rwx "$final_path"