mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
A few more... Fix epmd not in PATH (#484)(thanks to acediac)
This commit is contained in:
parent
b07cb1ed84
commit
be6ac85f31
@ -410,7 +410,7 @@ ctlexec()
|
||||
# stop epmd if there is no other running node
|
||||
stop_epmd()
|
||||
{
|
||||
$EPMD -names 2>/dev/null | grep -q name || epmd -kill >/dev/null
|
||||
$EPMD -names 2>/dev/null | grep -q name || $EPMD -kill >/dev/null
|
||||
}
|
||||
|
||||
# make sure node not already running and node name unregistered
|
||||
|
Loading…
Reference in New Issue
Block a user