mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Bugfix on previous change (EJAB-380)
SVN Revision: 960
This commit is contained in:
parent
0d557566fb
commit
c167c80f6d
@ -1,3 +1,7 @@
|
||||
2007-09-28 Christophe Romain <christophe.romain@process-one.net>
|
||||
|
||||
* src/ejabberdctl.template: Bugfix on previous change (EJAB-380)
|
||||
|
||||
2007-10-17 Alexey Shchepin <alexey@process-one.net>
|
||||
|
||||
* src/ejabberdctl.template: Several improvements (EJAB-380)
|
||||
|
@ -43,7 +43,6 @@ function start
|
||||
$SNAME $ERLANG_NODE \
|
||||
$ERLANG_OPTS \
|
||||
-noinput -detached \
|
||||
-sname $NODE@$HOST \
|
||||
-pa $EJABBERD_EBIN \
|
||||
-mnesia dir "\"$EJABBERD_DB\"" \
|
||||
-s ejabberd \
|
||||
@ -102,8 +101,8 @@ function live
|
||||
function ctl
|
||||
{
|
||||
erl \
|
||||
$SNAME ejabberdctl \
|
||||
-noinput \
|
||||
-sname ejabberdctl@$HOST \
|
||||
-pa $EJABBERD_EBIN \
|
||||
-s ejabberd_ctl -extra $ERLANG_NODE $@
|
||||
case $? in
|
||||
|
Loading…
Reference in New Issue
Block a user