From 402b4b48ddedc6ff8cdb6fcafc512fac7b851b74 Mon Sep 17 00:00:00 2001 From: futreall <86553580+futreall@users.noreply.github.com> Date: Fri, 26 Sep 2025 18:59:40 +0300 Subject: [PATCH] Add error handling to enclave entrypoint script --- testnet/entrypoint-enclave.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/testnet/entrypoint-enclave.sh b/testnet/entrypoint-enclave.sh index edb0477e..470f0881 100755 --- a/testnet/entrypoint-enclave.sh +++ b/testnet/entrypoint-enclave.sh @@ -1,3 +1,4 @@ #!/bin/bash +set -e exec ./op-enclave