Merge pull request #43 from matter-labs/fix_cmd

fix: correct `CMD`
This commit is contained in:
Harald Hoyer 2024-06-18 10:36:42 +02:00 committed by GitHub
commit d9eb744741
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;