X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fdeployments%2Fadvanced%2Fcode.sh;h=385dde116fe765fa0770beafade033474ace02e3;hp=9ca200ccb88f3bf4830f4560b921ceca9b7a40e7;hb=c881c12ed7e116f1d43760a0d9873f860c10a357;hpb=af14877201a9856708ec43086a229777d9cb3da7 diff --git a/example/diameter/launcher/deployments/advanced/code.sh b/example/diameter/launcher/deployments/advanced/code.sh index 9ca200c..385dde1 100755 --- a/example/diameter/launcher/deployments/advanced/code.sh +++ b/example/diameter/launcher/deployments/advanced/code.sh @@ -1,7 +1,4 @@ #!/bin/bash -> curl_log.txt -TRACE="--trace-ascii curl_log.txt" -SERVER=`cat .httpServer` use () { @@ -16,6 +13,5 @@ echo [[ "$1" = "" ]] && use [[ ! -f "$1" ]] && { echo "ERROR: file '$1' not found" ; echo; echo; exit ; } echo -operation="code|$1|${1}.hex" -curl -m 1 --data "$operation" $TRACE ${SERVER} +./operation.sh "code|$1|${1}.hex"