Skip to content
Snippets Groups Projects
Commit c475a2ae authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

fix destfile for approval

parent 387e5730
No related branches found
No related tags found
1 merge request!4Release
......@@ -441,7 +441,7 @@ then
echo "$CLIENTCMD -- $PIDVAL2"
# Approve request and confirm
CLIENTCMD="timeout 240s ../bin/client $CLIENTOPTS -l $CLIENTOUT/client31.log -s blob31 --destfile $CLIENTOUT/josh31.bin --sendCount 0 --receiveCount 0"
CLIENTCMD="timeout 240s ../bin/client $CLIENTOPTS -l $CLIENTOUT/client31.log -s blob31 --destfile $CLIENTOUT/josh13.bin --sendCount 0 --receiveCount 0"
eval $CLIENTCMD >> $CLIENTOUT/client31.txt || true &
PIDVAL1=$!
echo "$CLIENTCMD -- $PIDVAL2"
......
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