Ignore errors
This commit is contained in:
parent
a99fbcc814
commit
56160ac766
1 changed files with 1 additions and 1 deletions
2
start.sh
2
start.sh
|
@ -6,6 +6,6 @@ if [ ! "${LOCAL}" ] || [ ! "${PASSWORD}" ] || [ ! "${DOMAIN}" ] ; then
|
|||
DOMAIN="localhost"
|
||||
fi
|
||||
|
||||
prosodyctl register $LOCAL $DOMAIN $PASSWORD
|
||||
prosodyctl register $LOCAL $DOMAIN $PASSWORD || true
|
||||
|
||||
prosodyctl start
|
||||
|
|
Loading…
Reference in a new issue