X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=tools%2Fbuild-anna-adml-http;h=d5b11c9a74251159164d8bb6a63ebe548fb68d6a;hp=7a42e1c1bc9055302694e4d9404d0d025c2db9ce;hb=HEAD;hpb=40891f11a53ba3200c8bba38794bece25bb5217f diff --git a/tools/build-anna-adml-http b/tools/build-anna-adml-http index 7a42e1c..7d72295 100755 --- a/tools/build-anna-adml-http +++ b/tools/build-anna-adml-http @@ -31,8 +31,10 @@ rm -rf ${AD} echo ${AD} | ${REPO_DIR}/example/diameter/launcher/deploy-adml-http.sh ${VARIANT} || exit 1 # Add interesting stuff: -cp -r ${REPO_DIR}/example/diameter/launcher/resources/rest_api/helpers/diameterJsonHelper ${AD} -cp ${REPO_DIR}/example/diameter/pcapDecoder/tsharkDecoder.sh ${AD} +mkdir ${AD}/utils +cp -r ${REPO_DIR}/example/diameter/launcher/resources/rest_api/helpers/diameterJsonHelper ${AD}/utils +cp ${REPO_DIR}/example/diameter/pcapDecoder/tsharkDecoder.sh ${AD}/utils +cp ${REPO_DIR}/example/diameter/launcher/resources/scripts/decode.sh ${AD}/utils echo echo "Generate docker image ..."