diff --git a/basice2e/run.sh b/basice2e/run.sh
index 811a7beb5d1a44b58f7b762e3c44e26881b2cce6..6931f25b14e6e6dacb634cb2a29638b0edf4c744 100755
--- a/basice2e/run.sh
+++ b/basice2e/run.sh
@@ -5,7 +5,7 @@
 set -e
 
 rm -fr results.bak || true
-mv results results.bak || true
+mv results results.bak || rm -fr results || true
 rm -fr blob* || true
 rm *-contact.json || true
 rm server-5.qdstrm || true
@@ -370,7 +370,7 @@ wait $PIDVAL2
 echo "TESTING SINGLE-USE"
 
 # Generate contact file for client52
-CLIENTCMD="../bin/client init -s blob52 -l results/client52.log --password hello --ndf ndf.json --writeContact $CLIENTOUT/jono52-contact.bin"
+CLIENTCMD="../bin/client init -s blob52 -l $CLIENTOUT/client52.log --password hello --ndf ndf.json --writeContact $CLIENTOUT/jono52-contact.bin"
 eval $CLIENTCMD >> /dev/null 2>&1 || true &
 PIDVAL=$!
 echo "$CLIENTCMD -- $PIDVAL"