From 8cd0d9f0db023639ba0df537faf4db07642f7524 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Tue, 3 Apr 2018 10:06:46 +0100 Subject: [PATCH] scripts: Add hypervisor config script comment Add an explanatory comment to the hypervisor configuration script. Signed-off-by: James O. D. Hunt --- scripts/configure-hypervisor.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/configure-hypervisor.sh b/scripts/configure-hypervisor.sh index 102c194fe..379890901 100755 --- a/scripts/configure-hypervisor.sh +++ b/scripts/configure-hypervisor.sh @@ -96,6 +96,7 @@ check_tag() value="${recognised_tags[$tag]}" + # each tag MUST have a description [ -n "$value" ] && return die "invalid tag '$tag' found for entry '$entry'"