Make Origin-Host the node identifier instead of origin-realm
[anna.git] / example / diameter / launcher / deployments / st-client / operation_all.sh
index 616814d..8811381 100755 (executable)
@@ -10,7 +10,10 @@ fi
 
 for op in `ls ADMLS/*/operation.sh`
 do
-  cd `dirname $op`
+  dn_op=`dirname $op`
+  cd $dn_op
+  echo -n "Instance `basename $dn_op`: "
+  0>launcher.trace
   ./operation.sh $@
   cd - >/dev/null
 done