GNU-style for command line. No positional arguments accepted. Supported single/double...
[anna.git] / example / diameter / launcher / DEPLOY.sh
index 034ccf9..98392ad 100755 (executable)
@@ -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