X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fdeployments%2Fbasic%2Fconfigure.sh;h=092adfca23e68160819a9da53964621bc3525807;hp=af8b5fc7dc8a204db5759881f80dacd46ba4137c;hb=ea1b80f8fd0c1b806460f98f4e4cf433698857d9;hpb=8b8309d46e9ccc968d3a315e86e70c5a806706d0 diff --git a/example/diameter/launcher/deployments/basic/configure.sh b/example/diameter/launcher/deployments/basic/configure.sh index af8b5fc..092adfc 100755 --- a/example/diameter/launcher/deployments/basic/configure.sh +++ b/example/diameter/launcher/deployments/basic/configure.sh @@ -81,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"