From 6da01f70397661b73daaca1c42a6eaa55606857d Mon Sep 17 00:00:00 2001 From: josh <josh@elixxir.io> Date: Mon, 17 May 2021 11:34:30 -0700 Subject: [PATCH] client91 -> client19 --- basice2e/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basice2e/run.sh b/basice2e/run.sh index 5b0271a..6b7768c 100755 --- a/basice2e/run.sh +++ b/basice2e/run.sh @@ -226,8 +226,8 @@ then PIDVAL=$! echo "$CLIENTCMD -- $PIDVAL" wait $PIDVAL - CLIENTCMD="timeout 240s ../bin/client $CLIENTOPTS -l $CLIENTOUT/client91.log --sendDelay 1000 --sendCount 2 --receiveCount 2 -s blob91/blob91 --slowPolling --sendid 91 --destid 91 -m \"Hi 91->91, with E2E Encryption\"" - eval $CLIENTCMD >> $CLIENTOUT/client91.txt 2>&1 & + CLIENTCMD="timeout 240s ../bin/client $CLIENTOPTS -l $CLIENTOUT/client19.log --sendDelay 1000 --sendCount 2 --receiveCount 2 -s blob19/blob19 --slowPolling --sendid 19 --destid 19 -m \"Hi 19->19, with E2E Encryption\"" + eval $CLIENTCMD >> $CLIENTOUT/client19.txt 2>&1 & PIDVAL=$! echo "$CLIENTCMD -- $PIDVAL" wait $PIDVAL -- GitLab