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=0000000000000000000000000000000000000000;hb=18319deabbc8563fc112795968372e96263e6fe4;hp=27aa362f87b0d718c6f01900ae39b523b39677e9;hpb=fca0f585780127dba2564de6741d2de9a5e59fb4;p=anna.git diff --git a/example/diameter/launcher/deployments/st-client/run.sh b/example/diameter/launcher/deployments/st-client/run.sh deleted file mode 100755 index 27aa362..0000000 --- a/example/diameter/launcher/deployments/st-client/run.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/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 -