Remove hint which has no sense
[anna.git] / example / diameter / launcher / deployments / basic / configure.sh
index f03eca7..af8b5fc 100755 (executable)
@@ -5,7 +5,7 @@
 #############
 
 # General
-EXE_BN=ADML-launcher
+EXE_BN=ADML
 
 #############
 # FUNCTIONS #
@@ -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"
@@ -90,7 +89,7 @@ fi
 
 # Run script:
 EXE_LINK=`basename $PWD`
-ln -sf $EXE_BN $EXE_LINK
+[ "$EXE_BN" != "$EXE_LINK" ] && ln -sf $EXE_BN $EXE_LINK
 
 case $tol in