Skip to content
Snippets Groups Projects
Commit 3177f969 authored by Josh Brooks's avatar Josh Brooks
Browse files

Fix output error

parent 14d39db1
No related branches found
No related tags found
1 merge request!4Release
......@@ -415,8 +415,8 @@ wait $PIDVAL1
wait $PIDVAL2
echo "DELETING CONTACT FROM CLIENT..."
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 &
CLIENTCMD="timeout 240s ../bin/client -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/client42.txt || true &
PIDVAL2=$!
echo "$CLIENTCMD -- $PIDVAL"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment