forked from GNUsocial/gnu-social
add i argument for all daemons
This commit is contained in:
@@ -23,7 +23,8 @@
|
|||||||
ARGS=
|
ARGS=
|
||||||
|
|
||||||
if [ $# -gt 0 ]; then
|
if [ $# -gt 0 ]; then
|
||||||
ARGS="$ARGS -s$1"
|
ID=`echo $1 | sed s/\\\\./_/g`
|
||||||
|
ARGS="$ARGS -s$1 -i$ID"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $# -gt 1 ]; then
|
if [ $# -gt 1 ]; then
|
||||||
|
Reference in New Issue
Block a user