Skip to content

Commit

Permalink
nits: self-review
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed Dec 9, 2024
1 parent 451a234 commit a3d8336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/workon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

# ----------------------------------
Expand Down

0 comments on commit a3d8336

Please sign in to comment.