From 3455d09825b7c5ad6675aeca528d0b46e4281062 Mon Sep 17 00:00:00 2001 From: Kevin Wang Date: Tue, 24 Dec 2024 04:14:55 +0000 Subject: [PATCH] Don't shutdown when tboot.sh fail --- basefiles/tboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basefiles/tboot.sh b/basefiles/tboot.sh index d076a26a..4b4d0c41 100755 --- a/basefiles/tboot.sh +++ b/basefiles/tboot.sh @@ -1,2 +1,2 @@ #!/bin/sh -tdxctl tboot --shutdown-on-fail +tdxctl tboot