diff --git a/basice2e/run.sh b/basice2e/run.sh
index 5b0271aab1a1a5163f9bc9e3f10bf02961105527..6b7768cfb672df5bc14ef4a11b736b8c38ad9ab6 100755
--- a/basice2e/run.sh
+++ b/basice2e/run.sh
@@ -226,8 +226,8 @@ then
     PIDVAL=$!
     echo "$CLIENTCMD -- $PIDVAL"
     wait $PIDVAL
-    CLIENTCMD="timeout 240s ../bin/client $CLIENTOPTS -l $CLIENTOUT/client91.log --sendDelay 1000 --sendCount 2 --receiveCount 2 -s blob91/blob91 --slowPolling --sendid 91 --destid 91 -m \"Hi 91->91, with E2E Encryption\""
-    eval $CLIENTCMD >> $CLIENTOUT/client91.txt 2>&1 &
+    CLIENTCMD="timeout 240s ../bin/client $CLIENTOPTS -l $CLIENTOUT/client19.log --sendDelay 1000 --sendCount 2 --receiveCount 2 -s blob19/blob19 --slowPolling --sendid 19 --destid 19 -m \"Hi 19->19, with E2E Encryption\""
+    eval $CLIENTCMD >> $CLIENTOUT/client19.txt 2>&1 &
     PIDVAL=$!
     echo "$CLIENTCMD -- $PIDVAL"
     wait $PIDVAL