diff --git a/aws-nitro-enclaves-cli.spec b/aws-nitro-enclaves-cli.spec index c68f01b..80170a7 100644 --- a/aws-nitro-enclaves-cli.spec +++ b/aws-nitro-enclaves-cli.spec @@ -110,9 +110,7 @@ _EOF_ chmod -v 555 *.sh docker build -t hello-enclave:1.0 ./ nitro-cli build-enclave --docker-uri hello-enclave:1.0 --output-file hello.eif - nitro-cli run-enclave --eif-path hello.eif --cpu-count 2 --memory 512 --debug-mode - sleep 1 - nitro-cli console --enclave-id $(nitro-cli describe-enclaves | jq -r ".[0].EnclaveID") + nitro-cli run-enclave --eif-path hello.eif --cpu-count 2 --memory 512 --debug-mode --attach-console _EOR_ %install mkdir .cargo