From 1e5496b6437dd8f01afdc785bb0d3ef2ef6ac83e Mon Sep 17 00:00:00 2001 From: Hadrien Date: Sun, 12 Mar 2023 13:47:56 +0100 Subject: [PATCH] test for #59 bug --- scripts/upgrade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index a2fb175..9121fcc 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -65,11 +65,11 @@ ynh_system_user_create --username=$app --home_dir="$final_path" if [ "$upgrade_type" == "UPGRADE_APP" ] 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=data/ + ynh_setup_source --source_id="app" --dest_dir="$final_path" # Download, check integrity, uncompress and patch the source from dist.src ynh_setup_source --source_id="dist" --dest_dir="$final_path/dist" + fi chmod 750 "$final_path"