소스 검색

Renamed tmux session names as per Reviewer B's 1st comment.

Miti Mazmudar 4 년 전
부모
커밋
1a267dded6
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      docker/deploy_enclaves.sh

+ 3 - 3
docker/deploy_enclaves.sh

@@ -4,8 +4,8 @@
 #List existing sessions by pressing tmux ls.
 
 cd ~/graphene && make SGX=1 sgx-tokens
-cd ~/source/Decryptor && tmux new-session -d -s dec './app; bash';
-cd ~/graphene/LibOS/shim/test/native && tmux new-session -d -s ver './pal_loader SGX verifier; bash'
+cd ~/source/Decryptor && tmux new-session -d -s decryptor './app; bash';
+cd ~/graphene/LibOS/shim/test/native && tmux new-session -d -s verifier './pal_loader SGX verifier; bash'
 sleep 60; #Should have better logic here to check if the previous command exited successfully (server should only be started after the verifier finishes, or else it will try to do LA with the decryptor and crash' 
-cd ~/graphene/LibOS/shim/test/apps/apache && tmux new-session -d -s php "SGX=1 make start-graphene-server; bash" 
+cd ~/graphene/LibOS/shim/test/apps/apache && tmux new-session -d -s php_server "SGX=1 make start-graphene-server; bash"