X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fresources%2Fpre-start.sh;h=3860b9395ab5de6a75b23c794cb48968171daaaa;hb=0bfa966ffd9db550a64fd5445a4d9c1082739416;hp=48f9ce3d1e563494fee639a348ab2ce613ec29fa;hpb=2591707d6a9019eea0a37cf69cf6b9e76242f600;p=anna.git diff --git a/example/diameter/launcher/resources/pre-start.sh b/example/diameter/launcher/resources/pre-start.sh index 48f9ce3..3860b93 100755 --- a/example/diameter/launcher/resources/pre-start.sh +++ b/example/diameter/launcher/resources/pre-start.sh @@ -35,15 +35,15 @@ echo "HTTP Management interface address (using i.e. curl tool) as : 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 '/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 : 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 : socket literal list) ["$entity_dflt"]:" read entity [[ "$entity" = "" ]] && entity="$entity_dflt"