fix
[anna.git] / example / diameter / launcher / deployments / st-client / launchCPS.sh
index 44d993a..44d55b3 100755 (executable)
@@ -30,13 +30,12 @@ if [ "$desired_rate" != "" ]
 then
   rate_per_instance=$((desired_rate/$ADML_INSTANCES))
 fi
-CMD="./operation.sh \"test|ttps|$rate_per_instance\""
 
 echo
 echo "As we have $ADML_INSTANCES instances available, we shall launch $rate_per_instance test cases"
-echo " per second and instance ($CMD)."
+echo " per second and instance (./operation.sh \"test|ttps|$rate_per_instance\")."
 echo
 echo "Press ENTER to continue, CTRL-C to abort ..."
 read dummy
-$CMD
+./operation.sh "test|ttps|$rate_per_instance"