From 0d48c9703a8b7c6ce6e31d6a77ad963505e7e232 Mon Sep 17 00:00:00 2001 From: zeuson0 <511939992@qq.com> Date: Sun, 7 Apr 2024 10:44:56 +0800 Subject: [PATCH] fix(sgx):misspell Ps->ps --- deploy/scripts/sgx/enclave_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/scripts/sgx/enclave_env.sh b/deploy/scripts/sgx/enclave_env.sh index 9875050b3..8be67f851 100755 --- a/deploy/scripts/sgx/enclave_env.sh +++ b/deploy/scripts/sgx/enclave_env.sh @@ -126,7 +126,7 @@ function build_enclave(){ function build_enclave_all(){ local enclave_size="8G" - if [ -n "$1" ] && [ $1 == "Ps" ]; then + if [ -n "$1" ] && [ $1 == "ps" ]; then # build worker/master if [ -n "$GRAMINE_ENCLAVE_SIZE" ]; then enclave_size=$GRAMINE_ENCLAVE_SIZE