diff --git a/scripts/configure-hypervisor.sh b/scripts/configure-hypervisor.sh index ddab519184..102c194fe2 100755 --- a/scripts/configure-hypervisor.sh +++ b/scripts/configure-hypervisor.sh @@ -92,6 +92,8 @@ check_tag() local tag="$1" local entry="$2" + [ -z "$tag" ] && die "no tag for entry '$entry'" + value="${recognised_tags[$tag]}" [ -n "$value" ] && return