From 14d39db1b469510b771814fa3c4caadb5ff09a01 Mon Sep 17 00:00:00 2001
From: josh <josh@elixxir.io>
Date: Fri, 28 May 2021 10:11:02 -0700
Subject: [PATCH] Update commadn further

---
 basice2e/run.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/basice2e/run.sh b/basice2e/run.sh
index cfc2035..4f5be56 100755
--- a/basice2e/run.sh
+++ b/basice2e/run.sh
@@ -415,7 +415,7 @@ wait $PIDVAL1
 wait $PIDVAL2
 
 echo "DELETING CONTACT FROM CLIENT..."
-CLIENTCMD="timeout 240s ../bin/client $CLIENTOPTS -l $CLIENTOUT/client42.log -s blob42 --writeContact $CLIENTOUT/rick42-contact.bin --delete-channel --destfile $CLIENTOUT/ben43-contact.bin --sendCount 0 --receiveCount 0"
+CLIENTCMD="timeout 240s ../bin/client --password hello --ndf results/ndf.json --waitTimeout 90 -v 0 -l $CLIENTOUT/client42.log -s blob42 --writeContact $CLIENTOUT/rick42-contact.bin --delete-channel --destfile $CLIENTOUT/ben43-contact.bin --sendCount 0 --receiveCount 0"
 eval $CLIENTCMD >> $CLIENTOUT/client43.txt || true &
 PIDVAL2=$!
 echo "$CLIENTCMD -- $PIDVAL"
-- 
GitLab