Usage of stdint.h types
[anna.git] / example / diameter / launcher / DEPLOY.sh
index 98392ad..d593fdc 100755 (executable)
@@ -118,7 +118,7 @@ then
   echo
   echo " (a)dvanced version:     includes burst management script and templates for different scenarios. Automatic configuration during start."
   echo " (b)asic version:        4 types of launcher (client, server, balancer, dummy), lightly configured and managed through SIGURS2 method."
-  echo " (f)unction test client: special client with regexp scheduler script based on splitted traffic logs."
+  echo " (f)unction test client: special client with regexp scheduler script based on splitted traffic logs. Requires a server to perform the tests."
   echo
   echo "Input option [b]:"
   read option
@@ -131,19 +131,19 @@ case $option in
   a)
     echo "Advanced deployment"
     DEPLOYMENTS_DIR=deployments/advanced
-    DPATH_dflt=$HOME/ADL-advanced
+    DPATH_dflt=$HOME/ADL/advanced
   ;;
 
   b)
     echo "Basic deployment"
     DEPLOYMENTS_DIR=deployments/basic
-    DPATH_dflt=$HOME/ADL-basic
+    DPATH_dflt=$HOME/ADL/basic
   ;;
 
   f)
     echo "FT deployment"
     DEPLOYMENTS_DIR=deployments/ft-client
-    DPATH_dflt=$HOME/ADL-ft-client
+    DPATH_dflt=$HOME/ADL/ft-client
   ;;
 
   *)