projects
/
contrib
/
pines.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d82f418
)
adding sleep to let ejabberd catch up with its new config
author
Chris Sharp
<csharp@georgialibraries.org>
Wed, 13 Apr 2016 18:59:51 +0000
(14:59 -0400)
committer
Chris Sharp
<csharp@georgialibraries.org>
Wed, 13 Apr 2016 18:59:51 +0000
(14:59 -0400)
install-eg/install_eg.sh
patch
|
blob
|
history
diff --git
a/install-eg/install_eg.sh
b/install-eg/install_eg.sh
index
4244e4e
..
2f389cc
100755
(executable)
--- a/
install-eg/install_eg.sh
+++ b/
install-eg/install_eg.sh
@@
-95,6
+95,7
@@
$EJABBERD_STOP
cp -b $EJABBERD_CFG $EJABBERD_CONFIG_FILE
chown ejabberd:ejabberd $EJABBERD_CONFIG_FILE
$EJABBERD_START
+sleep 4
for host in private public; do
for user in opensrf router; do
ejabberdctl register $user ${host}.localhost $OSRF_PASSWORD