From 73860886aee48931361fd49a2a6f9f8bc4979fa9 Mon Sep 17 00:00:00 2001
From: josh <josh@elixxir.io>
Date: Wed, 26 May 2021 14:42:48 -0700
Subject: [PATCH] Update deleteContact commands

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

diff --git a/basice2e/run.sh b/basice2e/run.sh
index 9ce0d6e..ab68d33 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"
+CLIENTCMD="timeout 240s ../bin/client $CLIENTOPTS -l $CLIENTOUT/client42.log -s blob42 --writeContact $CLIENTOUT/rick42-contact.bin --destfile $CLIENTOUT/ben43-contact.bin --send-auth-request --sendCount 0 --receiveCount 0"
 eval $CLIENTCMD >> $CLIENTOUT/client42.txt || true &
 PIDVAL=$!
 echo "$CLIENTCMD -- $PIDVAL"
-- 
GitLab