Tunning of ADL configuration
[anna.git] / example / diameter / launcher / DEPLOY.sh
index d3725d3..eaec5b3 100755 (executable)
@@ -36,6 +36,7 @@ STARTED=\`pgrep \$EXE 2>/dev/null\`
 [ \$? -eq 0 ] && { echo "Already started!"; echo "\$STARTED" ; exit 1 ; }
 ./pre-start.sh
 0> launcher.traces
+rm -f counters/*
 # Execution line:
 ./\$EXE -cntDir counters $(for i in `cat args.txt | grep -v "^#"`; do echo -n "$i "; done)&
 echo \$! > .pid