Change order
[anna.git] / example / diameter / launcher / DEPLOY_setups.sh
index 3457bbf..b050efd 100755 (executable)
@@ -23,6 +23,7 @@ echo "Which one you want to deploy [1]:"
 echo
 echo "   1. Client and server"
 echo "   2. Ft-client and server"
+echo "   3. St-client and server"
 echo
 read type
 [ "$type" = "" ] && type=1
@@ -36,6 +37,10 @@ case $type in
     DEPLOY_DIR__dflt=$HOME/ADML-ftclientAndServer
   ;;
 
+  3)
+    DEPLOY_DIR__dflt=$HOME/ADML-stclientAndServer
+  ;;
+
   *)
     echo "Unknown option!"
     exit 1
@@ -67,6 +72,14 @@ case $type in
     echo s | ./configure.sh
     cd - >/dev/null
   ;;
+
+  3)
+    $DEPLOY_SCR s $DIR/st-client
+    $DEPLOY_SCR b $DIR/server
+    cd $DIR/server
+    echo s | ./configure.sh
+    cd - >/dev/null
+  ;;
 esac
 
 echo