Remove operation help.
[anna.git] / example / diameter / launcher / deployments / st-client / operation_all.sh
index 7d9eeb0..1d0628f 100755 (executable)
@@ -13,7 +13,12 @@ do
   dn_op=`dirname $op`
   cd $dn_op
   echo -n "Instance `basename $dn_op`: "
-  ./operation.sh $@
+  0>launcher.trace
+  ./operation.sh $@ &
+  #[ $? -ne 0 ] && { echo ; exit 1 ; }
   cd - >/dev/null
 done
 
+echo
+exit 0
+