X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fdeploy-adml-http.sh;h=8547b61d84598c2127c87418392686d00fea2e0c;hb=51d5997996ea8be2f545f13c3258b56e19a4e291;hp=3ee0e5879c755ff26cc91b9c8f947323528e8e0f;hpb=d7b32ee56cf86c7702943d6afbac34c668b023ed;p=anna.git diff --git a/example/diameter/launcher/deploy-adml-http.sh b/example/diameter/launcher/deploy-adml-http.sh index 3ee0e58..8547b61 100755 --- a/example/diameter/launcher/deploy-adml-http.sh +++ b/example/diameter/launcher/deploy-adml-http.sh @@ -107,11 +107,14 @@ ln -sf default/libanna_launcher_procedure_default_shared.so cd - >/dev/null # ADML Agent shall use http server: -httpOpt="--httpServer \`grep -v ^# .httpServer\`" +httpOpt="--httpServerShared --httpServer \`grep -v ^# .httpServer\`" echo "${httpOpt}" >> ${ADML}/args.ft echo "${httpOpt}" >> ${ADML}/args.st echo "localhost:8000" > ${ADML}/.httpServer +# Help +cp ${PROJECT_ROOT}/example/diameter/launcher/resources/HELP.md ${ADML} + # Remove AOTS actions: rm ${ADML}/ACTIONS.md