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