From: Evan Prodromou Date: Thu, 25 Jun 2009 02:35:19 +0000 (-0700) Subject: add i argument for all daemons X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6038420a69096854e386b8e9dcdc5993d7e9af8f;p=quix0rs-gnu-social.git add i argument for all daemons --- diff --git a/scripts/startdaemons.sh b/scripts/startdaemons.sh index a44362b572..8b7451cd7b 100755 --- a/scripts/startdaemons.sh +++ b/scripts/startdaemons.sh @@ -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