From b692986c71d95d6363f3d83aaeaa3ba40e8aa911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 16 Mar 2023 12:45:23 +0100 Subject: [PATCH] Update upgrade --- scripts/upgrade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 9746cca..cc5d870 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -98,9 +98,9 @@ then ynh_secure_remove --file="$install_dir" if [ "$version" = "Enterprise" ]; then - ynh_setup_source --dest_dir="$install_dir" --source_id="enterprise_$YNH_ARCH" + ynh_setup_source --dest_dir="$install_dir" --source_id="enterprise" elif [ "$version" = "Team" ]; then - ynh_setup_source --dest_dir="$install_dir" --source_id="team_$YNH_ARCH" + ynh_setup_source --dest_dir="$install_dir" --source_id="main" fi # Copy the admin saved settings and plugins from tmp directory to final path