mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Let setup-relive.sh normally end with no error status
This commit is contained in:
parent
25d6b3d1c8
commit
01d25c5c37
1 changed files with 2 additions and 1 deletions
|
@ -27,4 +27,5 @@ sed -i 's|^acl:$|acl:\n admin: [user: admin]|g' ejabberd.yml.example
|
|||
sed -i "s|#' POLL|EJABBERD_BYPASS_WARNINGS=true\n\n#' POLL|g" ejabberdctl.cfg.example
|
||||
[ ! -f "$CON_DIR/ejabberdctl.cfg" ] \
|
||||
&& echo -n "ejabberdctl.cfg " \
|
||||
&& mv ejabberdctl.cfg.example ejabberdctl.cfg
|
||||
&& mv ejabberdctl.cfg.example ejabberdctl.cfg \
|
||||
|| echo -n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue