From 4d51700d9219ed447b22bd31c085a27637ba4f2f Mon Sep 17 00:00:00 2001 From: mtenders <64332767+mtenders@users.noreply.github.com> Date: Thu, 20 Oct 2022 15:09:03 +0200 Subject: [PATCH] Remove quotes --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 42a998c..848df74 100644 --- a/scripts/install +++ b/scripts/install @@ -96,7 +96,7 @@ ynh_app_setting_set --app=$app --key=final_path --value=$final_path docker_arg="" if [ $YNH_ARCH == "armhf" ] then - docker_arg="--os_arch_variant=\"linux/arm/v7\"" + docker_arg="--os_arch_variant=linux/arm/v7" fi ynh_docker_image_extract --dest_dir="$final_path/build/" --image_spec="$pkg_image:$(ynh_app_upstream_version)" $docker_arg mkdir -p "$final_path/live/"