X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fdeployments%2Fst-client%2Frun.sh;fp=example%2Fdiameter%2Flauncher%2Fdeployments%2Fst-client%2Frun.sh;h=27aa362f87b0d718c6f01900ae39b523b39677e9;hb=daeeaacceeccefcac46838f460b19409cc5c4cb4;hp=0000000000000000000000000000000000000000;hpb=c6b62fd814b6e5b4e3ba65b6f092f6aa4e1d298d;p=anna.git diff --git a/example/diameter/launcher/deployments/st-client/run.sh b/example/diameter/launcher/deployments/st-client/run.sh new file mode 100755 index 0000000..27aa362 --- /dev/null +++ b/example/diameter/launcher/deployments/st-client/run.sh @@ -0,0 +1,11 @@ +#!/bin/bash +cd `dirname $0` +EXE_BN=`basename $PWD` +STARTED=`pgrep $EXE_BN 2>/dev/null` +[ $? -eq 0 ] && { echo "Already started!"; echo "$STARTED" ; exit 1 ; } +0> launcher.trace +rm -f counters/* test-reports/* +# Execution line: +nohup ./ADML-client --cntDir counters --tmDir test-reports --disableLogs --services $SERVICES > stdout & +echo $! > .pid +