From 28fd01820df31619976643117f4b935b31a99cbf Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 16 Nov 2021 20:38:12 +0100 Subject: [PATCH] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index d4691b6..24e48c8 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -62,7 +62,7 @@ then ynh_exec_warn_less yunohost firewall disallow TCP $port fi -# If final_path doesn't exist, create it +# If architecture doesn't exist, create it if [ -z "$architecture" ]; then architecture="dpkg --print-architecture" architecture=$(ynh_app_setting_get --app=$app --key=architecture)