From 547c9f00996f23f113a874957b8b172b169e7c46 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 13 Jan 2021 09:22:59 +0100 Subject: [PATCH] Fix --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 9c69481..5e61de5 100644 --- a/scripts/install +++ b/scripts/install @@ -99,7 +99,7 @@ ynh_app_setting_set --app=$app --key=final_path --value=$final_path if [ "$version" = "Entreprise" ]; then # Get Entreprise binary path - ynh_setup_source --dest_dir="$final_path" --source_id="$entreprise" + ynh_setup_source --dest_dir="$final_path" --source_id="entreprise" elif [ "$version" = "Team" ]; then # Get Team binary path ynh_setup_source --dest_dir="$final_path" --source_id="$architecture" diff --git a/scripts/upgrade b/scripts/upgrade index 94cddd8..7164bcf 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -114,7 +114,7 @@ then ynh_secure_remove --file="$final_path" if [ "$version" = "Entreprise" ]; then - ynh_setup_source --dest_dir="$final_path" --source_id="$entreprise" + ynh_setup_source --dest_dir="$final_path" --source_id="entreprise" elif [ "$version" = "Team" ]; then ynh_setup_source --dest_dir="$final_path" --source_id="$architecture" fi