Let setup-relive.sh normally end with no error status

This commit is contained in:
Badlop 2022-11-30 22:03:50 +01:00
parent 25d6b3d1c8
commit 01d25c5c37
1 changed files with 2 additions and 1 deletions

View File

@ -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