Ignore errors

This commit is contained in:
Lloyd Watkin 2014-11-25 15:05:04 +00:00
parent a99fbcc814
commit 56160ac766

View file

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