X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fdeployments%2Fadml%2Fstart.sh;h=b8f2e9f541be37754475c40a37a5d0408d75325a;hp=faadf1a41839e1f01685919aff8ebc2b818d5b89;hb=c0e38fbae2c87f200232a72540c49cae6e725888;hpb=eb446c670d53aa275d78b366ef1faf2b32ca964e diff --git a/example/diameter/launcher/deployments/adml/start.sh b/example/diameter/launcher/deployments/adml/start.sh index faadf1a..b8f2e9f 100755 --- a/example/diameter/launcher/deployments/adml/start.sh +++ b/example/diameter/launcher/deployments/adml/start.sh @@ -15,7 +15,8 @@ for file in `ls *.launcher.log 2>/dev/null`; do 0> $file; done mkdir -p counters test-reports rm -f counters/* test-reports/* *.csv export LD_LIBRARY_PATH=$PWD/dynlibs -eval ./ADML `grep -v ^# $ARGS` & +args=$(eval echo $(grep -v ^# $ARGS)) +./ADML ${args} & echo $! > .pid echo "Done !"