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