]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/startdaemons.sh
add i argument for all daemons
[quix0rs-gnu-social.git] / 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