X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fdeployments%2Fbasic%2Fconfigure.sh;h=092adfca23e68160819a9da53964621bc3525807;hb=080dc0740d8b02011dee032f5d44eeb5f2ffe23f;hp=5257578b941b98af6a79a4e8ee0bf51607ea8fef;hpb=ebd820491574c758104c09ca06bf3347ed87c88f;p=anna.git diff --git a/example/diameter/launcher/deployments/basic/configure.sh b/example/diameter/launcher/deployments/basic/configure.sh index 5257578..092adfc 100755 --- a/example/diameter/launcher/deployments/basic/configure.sh +++ b/example/diameter/launcher/deployments/basic/configure.sh @@ -74,7 +74,6 @@ read enable KINDNESS= echo echo "Strict xml for decoded messages ? (y/n) [y]:" -echo " (ignoring flags turns a made-up xml representation; execute './$EXE_BN | grep -A1 ignoreFlags:' for more help)" read strict [ "$strict" = "" ] && strict=y [ "$strict" = "n" ] && KINDNESS="--ignoreFlags" @@ -82,7 +81,6 @@ if [ "$option" = "s" ] then echo echo "Ignore errors ? (y/n) [n]:" - echo " (ignoring errors, the process won't answer Failed-AVP automatically; execute './$EXE_BN | grep -A1 ignoreErrors:' for more help)" read i_errors [ "$i_errors" = "" ] && i_errors=n [ "$i_errors" = "y" ] && KINDNESS="$KINDNESS --ignoreErrors"