mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
* src/ejabberdctl.template: Small fix so arguments of the command
are also passed to erl SVN Revision: 1447
This commit is contained in:
parent
6c0f497281
commit
0b3f830188
@ -1,5 +1,8 @@
|
||||
2008-07-15 Badlop <badlop@process-one.net>
|
||||
|
||||
* src/ejabberdctl.template: Small fix so arguments of the command
|
||||
are also passed to erl
|
||||
|
||||
* doc/guide.tex: Improve explanation of option 'hosts' in
|
||||
ejabberd_service
|
||||
* doc/guide.html: Likewise
|
||||
|
@ -166,11 +166,12 @@ live ()
|
||||
# common control function
|
||||
ctl ()
|
||||
{
|
||||
COMMAND=$@
|
||||
$EXEC_CMD "$ERL \
|
||||
$NAME ejabberdctl \
|
||||
-noinput \
|
||||
-pa $BEAMDIR \
|
||||
-s ejabberd_ctl -extra $ERLANG_NODE $@"
|
||||
-s ejabberd_ctl -extra $ERLANG_NODE $COMMAND"
|
||||
result=$?
|
||||
case $result in
|
||||
0) :;;
|
||||
|
Loading…
Reference in New Issue
Block a user