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