mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Specify lacking nodename (thanks to hamano)(#1020)
This commit is contained in:
parent
7066338948
commit
df4c551f06
@ -394,7 +394,7 @@ ctl()
|
|||||||
# concurrent invocations using a bound
|
# concurrent invocations using a bound
|
||||||
# number of atoms
|
# number of atoms
|
||||||
for N in `seq 1 $MAXCONNID`; do
|
for N in `seq 1 $MAXCONNID`; do
|
||||||
CTL_CONN="ejabberdctl-$N"
|
CTL_CONN="ctl-$N-${ERLANG_NODE}"
|
||||||
CTL_LOCKFILE="$CONNLOCKDIR/$CTL_CONN"
|
CTL_LOCKFILE="$CONNLOCKDIR/$CTL_CONN"
|
||||||
(
|
(
|
||||||
exec 8>"$CTL_LOCKFILE"
|
exec 8>"$CTL_LOCKFILE"
|
||||||
|
Loading…
Reference in New Issue
Block a user