diff --git a/start.sh b/start.sh index 01d41cd..a01fb75 100644 --- a/start.sh +++ b/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