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=2dcb90030a129eda4c92376db38d3bff8841dae6;hpb=d723d5bf571eb48c641b092058eaa38bb6c4fcc8;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 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`