]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
add i argument for all daemons
authorEvan Prodromou <evan@controlyourself.ca>
Thu, 25 Jun 2009 02:35:19 +0000 (19:35 -0700)
committerEvan Prodromou <evan@controlyourself.ca>
Thu, 25 Jun 2009 02:35:19 +0000 (19:35 -0700)
scripts/startdaemons.sh

index a44362b57225a933cc3551e9751685484b146943..8b7451cd7b38874685101c956fcc4d781502f401 100755 (executable)
@@ -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