X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2FDEPLOY.sh;h=98392ad0fa7763e82d0ea1547040d1f96ad1f228;hb=2032c82d206dd40e35d118242272417431094823;hp=034ccf91570f9bc58196a17b18f6750298802209;hpb=e82da89c86bc6131727bb37498b76ce8ea3d0826;p=anna.git diff --git a/example/diameter/launcher/DEPLOY.sh b/example/diameter/launcher/DEPLOY.sh index 034ccf9..98392ad 100755 --- a/example/diameter/launcher/DEPLOY.sh +++ b/example/diameter/launcher/DEPLOY.sh @@ -58,7 +58,7 @@ STARTED=\`pgrep \$EXE 2>/dev/null\` 0> launcher.trace rm -f counters/* # Execution line: -./\$EXE -cntDir counters $(for i in `cat args.txt | grep -v "^#"`; do echo -n "$i "; done)& +./\$EXE --cntDir counters $(for i in `cat args.txt | grep -v "^#"`; do echo -n "$i "; done)& echo \$! > .pid EOF