mirror of
https://github.com/matter-labs/nixsgx.git
synced 2025-07-21 07:33:55 +02:00
commit
d9eb744741
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ _:
|
|||
Cmd = [
|
||||
''
|
||||
${extraCmd};
|
||||
if [ -n \"$GRAMINE_DIRECT\" ]; then
|
||||
if [ -n "$GRAMINE_DIRECT" ]; then
|
||||
exec gramine-direct ${name};
|
||||
else
|
||||
[[ -r /var/run/aesmd/aesm.socket ]] || restart-aesmd >&2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue