Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2015-05-22 11:40:24 +0300
committerBadlop <badlop@process-one.net>2015-05-22 11:40:24 +0300
commitbe6ac85f315bd9b371d84b5005a44f56bb395af6 (patch)
treeda9ee74b43841ed8ee38d7403f9a9373adda4b68 /ejabberdctl.template
parentb07cb1ed843497af7d505f83dcc4a83d561812e1 (diff)
A few more... Fix epmd not in PATH (#484)(thanks to acediac)
Diffstat (limited to 'ejabberdctl.template')
-rwxr-xr-xejabberdctl.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/ejabberdctl.template b/ejabberdctl.template
index 6c131ace0..683f172a3 100755
--- a/ejabberdctl.template
+++ b/ejabberdctl.template
@@ -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