borrado de ficheros
[anna.git] / example / diameter / launcher / resources / pre-start.sh
index 48f9ce3..3860b93 100755 (executable)
@@ -35,15 +35,15 @@ echo "HTTP Management interface address (using i.e. curl tool) as <ip|hostname>:
 read httpServer
 [[ "$httpServer" = "" ]] && httpServer=$httpServer_dflt
 
-echo "Diameter dictionary: you could use NexusPL 'stackManagement' tool in order to build an autonomous dictionary"
-echo " for any kind of application. See '<NEXUSPL>/test.ss/diameter.ss/stackManagement.p/self_ruling_setups.sh'."
+echo "Diameter dictionary: you could use '/opt/bin/anna/example_diameter_stackManagement' tool in order to build an"
+echo " autonomous dictionary for any kind of application. See 'example/diameter/stackManagement/self_ruling_setups.sh'."
 echo
 [[ "$dictionary_dflt" = "" ]] && dictionary_dflt=dictionary.xml
 echo "Diameter stack pathfiles [$dictionary_dflt]:"
 read dictionary
 [[ "$dictionary" = "" ]] && dictionary=$dictionary_dflt
 
-[[ "$diameterServer_dflt" = "" ]] && diameterServer_dflt="ocs2dfed1:3868"
+[[ "$diameterServer_dflt" = "" ]] && diameterServer_dflt="localhost:3868"
 echo "Diameter own server address as <ip|hostname>:<port> socket literal [$diameterServer_dflt]:"
 read diameterServer
 [[ "$diameterServer" = "" ]] && diameterServer=$diameterServer_dflt
@@ -54,7 +54,7 @@ read diameterServerSessions
 [[ "$diameterServerSessions" = "" ]] && diameterServerSessions=$diameterServerSessions_dflt
 
 
-[[ "$entity_dflt" = "" ]] && entity_dflt="ocs2dfed1:4000,ocs2dfed1:4001"
+[[ "$entity_dflt" = "" ]] && entity_dflt="localhost:4000,localhost:4001"
 echo "Target diameter entity (pipe-separated <ip|hostname>:<port> socket literal list) ["$entity_dflt"]:"
 read entity
 [[ "$entity" = "" ]] && entity="$entity_dflt"