mirror of
https://github.com/YunoHost-Apps/vaultwarden_ynh.git
synced 2024-09-03 18:26:31 +02:00
remove quotes
This commit is contained in:
parent
de10bd35a0
commit
71ca20bddd
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ then
|
|||
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/"
|
||||
|
|
Loading…
Reference in a new issue