From a3d83368b3e0fa66eedc326c48d03642edb52aa6 Mon Sep 17 00:00:00 2001 From: Carlos Segarra Date: Fri, 6 Dec 2024 16:33:34 +0000 Subject: [PATCH] nits: self-review --- bin/workon.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/workon.sh b/bin/workon.sh index 7209469..0934a38 100644 --- a/bin/workon.sh +++ b/bin/workon.sh @@ -45,8 +45,8 @@ elif "${TEE_DETECT_BINARY}" tdx; then TEE=tdx export SC2_RUNTIME_CLASS=qemu-tdx-sc2 else - echo "sc2-deploy: error: neither SNP nor TDX is enabled" - exit 1 + TEE=none + echo "sc2-deploy: WARN: neither SNP nor TDX is enabled" fi # ----------------------------------