From 95ef6740d158ace5d2649512cc652c30c6b6b457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 18 Mar 2023 15:28:39 +0100 Subject: [PATCH] fix --- scripts/install | 1 + scripts/upgrade | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index 1373409..ce51fe9 100644 --- a/scripts/install +++ b/scripts/install @@ -32,6 +32,7 @@ ynh_script_progression --message="Setting up source files..." --weight=7 # 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/plugins.local/data_migration" --source="data_migration" echo "$(ynh_app_upstream_version)" > "$install_dir/version_static.txt" chmod -R o-rwx "$install_dir" diff --git a/scripts/upgrade b/scripts/upgrade index 7a4a6bb..1ef335c 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -61,6 +61,7 @@ then # 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/plugins.local/data_migration" --source="data_migration" echo "$(ynh_app_upstream_version)" > "$install_dir/version_static.txt" fi