From 4db9114bbd5993a2e9fe76085055a39ff19f14bb Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Wed, 15 Feb 2023 15:59:35 +0100 Subject: [PATCH] don't keep customize folder The files are different in this release, it is better not keep old files... --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 4d1d69d..2d0e277 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" chmod 750 "$final_path" chmod -R o-rwx "$final_path"