1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vaultwarden_ynh.git synced 2024-09-03 18:26:31 +02:00

Update ynh_docker_image_extract

This commit is contained in:
yalh76 2022-10-19 23:06:23 +02:00
parent 8ebc97ebf2
commit 2331137f80

View file

@ -37,10 +37,6 @@ ynh_docker_image_extract() {
local os_arch_variant
# Manage arguments with getopts
ynh_handle_getopts_args "$@"
if [ $YNH_ARCH == "armhf" ]
then
YNH_ARCH="arm/v7"
fi
os_arch_variant="${os_arch_variant:-"linux/$YNH_ARCH"}"
# Extract source into the app dir