X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fdeployments%2Fst-client%2Foperation_all.sh;h=1d0628f3258b38e4d0c3dcd08b990d8f2c349082;hp=2dcb90030a129eda4c92376db38d3bff8841dae6;hb=ea1b80f8fd0c1b806460f98f4e4cf433698857d9;hpb=8b8309d46e9ccc968d3a315e86e70c5a806706d0 diff --git a/example/diameter/launcher/deployments/st-client/operation_all.sh b/example/diameter/launcher/deployments/st-client/operation_all.sh index 2dcb900..1d0628f 100755 --- a/example/diameter/launcher/deployments/st-client/operation_all.sh +++ b/example/diameter/launcher/deployments/st-client/operation_all.sh @@ -8,13 +8,6 @@ then exit 1 fi -if [ "$1" = "-h" -o "$1" = "--help" ] -then - first_adml=$(ls -d ADMLS/* | head -n +1) - $first_adml/operation.sh help - exit 0 -fi - for op in `ls ADMLS/*/operation.sh` do dn_op=`dirname $op`