Unverified Commit aa7c9839 authored by Stan Kladko's avatar Stan Kladko Committed by GitHub

Create entrypoint.sh

parent 08b588c1
#!/bin/bash
source /opt/intel/sgxsdk/environment
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/opt/intel/sgxpsw/aesm/
jhid -d
/opt/intel/sgxpsw/aesm/aesm_service &
pid=$!
trap "kill ${pid}" TERM INT
sleep 2
exec "$@"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment