add i argument for all daemons

This commit is contained in:
Evan Prodromou 2009-06-24 19:35:19 -07:00
parent becfd6b3b5
commit 6038420a69
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@
ARGS=
if [ $# -gt 0 ]; then
ARGS="$ARGS -s$1"
ID=`echo $1 | sed s/\\\\./_/g`
ARGS="$ARGS -s$1 -i$ID"
fi
if [ $# -gt 1 ]; then