X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fdeployments%2Fst-client%2Foperation_all.sh;h=1d0628f3258b38e4d0c3dcd08b990d8f2c349082;hb=43e1ef25edd9bd4d3de10f24ffc6a8381b3f1f73;hp=e2efaa49e2cbe6a206b7a558b77d540be14fb49b;hpb=1ac015cbbcd331edc3c14de26290d669d91e4e53;p=anna.git diff --git a/example/diameter/launcher/deployments/st-client/operation_all.sh b/example/diameter/launcher/deployments/st-client/operation_all.sh index e2efaa4..1d0628f 100755 --- a/example/diameter/launcher/deployments/st-client/operation_all.sh +++ b/example/diameter/launcher/deployments/st-client/operation_all.sh @@ -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