You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by ms...@apache.org on 2022/04/18 21:18:38 UTC

[incubator-teaclave] branch master updated: Update run-teaclave-services.sh (#643)

This is an automated email from the ASF dual-hosted git repository.

mssun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git


The following commit(s) were added to refs/heads/master by this push:
     new c3686671 Update run-teaclave-services.sh (#643)
c3686671 is described below

commit c3686671dd8fd5ad43243f50bcbe9d548a36cb3d
Author: Qinkun Bao <qi...@gmail.com>
AuthorDate: Mon Apr 18 14:18:34 2022 -0700

    Update run-teaclave-services.sh (#643)
---
 docker/run-teaclave-services.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/run-teaclave-services.sh b/docker/run-teaclave-services.sh
index d9b4fcef..a711fd01 100755
--- a/docker/run-teaclave-services.sh
+++ b/docker/run-teaclave-services.sh
@@ -84,7 +84,7 @@ function aesm_detect() {
 
     local AESM_VOL=aesmd-socket
     local AESM_VOL_EXIST=false
-    if docker volume inspect $AESM_VOL 2>&1 > /dev/null ; then
+    if docker volume inspect $AESM_VOL > /dev/null 2>&1; then
         echo "$AESM_VOL volume detected."
         AESM_VOL_EXIST=true
     fi


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org