From 5a87f7cb61bbf5ae1298095239aeabf230f364ff Mon Sep 17 00:00:00 2001 From: Joseph Long Date: Mon, 19 Aug 2024 10:20:08 -0400 Subject: [PATCH] Make VM_KIND available to all provisioning steps --- setup/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/_common.sh b/setup/_common.sh index b3db127d9..751448848 100755 --- a/setup/_common.sh +++ b/setup/_common.sh @@ -1,6 +1,6 @@ #!/bin/bash SETUPDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" - +VM_KIND=$(systemd-detect-virt) instrument_user=xsup instrument_group=magaox